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