|
|
@ -612,12 +612,11 @@ class FileManager extends Plugin { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
currentWorkspace () { |
|
|
|
currentWorkspace () { |
|
|
|
if (self._deps) { |
|
|
|
const file = this.currentFile() || '' |
|
|
|
const provider = self._deps.filesProviders.workspace |
|
|
|
const provider = this.fileProviderOf(file) |
|
|
|
|
|
|
|
|
|
|
|
return provider.workspace |
|
|
|
return provider.workspace |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
module.exports = FileManager |
|
|
|
module.exports = FileManager |
|
|
|