set disableFileSelection(isSelectable: boolean): void
Parameters
isSelectable: boolean
Returns void
initialLocation
get initialLocation(): undefined | URI
Returns the first valid location that was set by calling the navigateTo method. Once the initial location has a defined value, it will not change.
Can be undefined.
Returns undefined | URI
location
get location(): undefined | URI
set location(uri: undefined | URI): void
Returns undefined | URI
Parameters
uri: undefined | URI
Returns void
onDidOpenFile
get onDidOpenFile(): Event<void>
Returns Event<void>
selectedFileStatNodes
get selectedFileStatNodes(): Readonly<FileStatNode>[]
Returns the first valid location that was set by calling the
navigateTo
method. Once the initial location has a defined value, it will not change. Can beundefined
.