Const
A file system instance that allows to interact with local and remote files, e.g. vscode.workspace.fs.readDirectory(someUri) allows to retrieve all entries of a directory or vscode.workspace.fs.stat(anotherUri) returns the meta data for a file.
vscode.workspace.fs.readDirectory(someUri)
vscode.workspace.fs.stat(anotherUri)
A file system instance that allows to interact with local and remote files, e.g.
vscode.workspace.fs.readDirectory(someUri)allows to retrieve all entries of a directory orvscode.workspace.fs.stat(anotherUri)returns the meta data for a file.