Commit 8b19c1fc authored by ioedeveloper's avatar ioedeveloper

Update currentWorkspace logic

parent 8b445237
...@@ -612,8 +612,7 @@ class FileManager extends Plugin { ...@@ -612,8 +612,7 @@ class FileManager extends Plugin {
} }
currentWorkspace () { currentWorkspace () {
const file = this.currentFile() || '' const provider = self._deps.filesProviders.workspace
const provider = this.fileProviderOf(file)
return provider.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