|
|
@ -140,6 +140,7 @@ class FileManager extends Plugin { |
|
|
|
refresh () { |
|
|
|
refresh () { |
|
|
|
const provider = this.fileProviderOf('/') |
|
|
|
const provider = this.fileProviderOf('/') |
|
|
|
// emit rootFolderChanged so that File Explorer reloads the file tree
|
|
|
|
// emit rootFolderChanged so that File Explorer reloads the file tree
|
|
|
|
|
|
|
|
provider.event.emit('rootFolderChanged', provider.workspace || '/') |
|
|
|
this.emit('rootFolderChanged', provider.workspace || '/') |
|
|
|
this.emit('rootFolderChanged', provider.workspace || '/') |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|