Commit 8b19c1fc authored by ioedeveloper's avatar ioedeveloper

Update currentWorkspace logic

parent 8b445237
......@@ -612,8 +612,7 @@ class FileManager extends Plugin {
}
currentWorkspace () {
const file = this.currentFile() || ''
const provider = this.fileProviderOf(file)
const provider = self._deps.filesProviders.workspace
return provider.workspace
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment