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