You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"event.contains(this._workspace.resource)" Condition is always false because this._workspace.resource == "/u:/my-workspace" and event.changes[0].resource == "/userbackup/admin/my-workspace/roots.json"
But u:/ and /userbackup/admin are the same drives. Nevertheless, "event.contains" check returns false
Steps to Reproduce:
Create multiroot workspace on a network drive where
Open ide on this workspace
Edit the file containing workspace roots
Workspace service couldn't handle file update
Additional Information
Operating System:
Windows 10
The text was updated successfully, but these errors were encountered:
Bug Description:
If I create a multiroot workspace on a network drive then Workspace service couldn't handle workspace root updates.
theia/packages/workspace/src/browser/workspace-service.ts
Line 104 in b28c8b9
"event.contains(this._workspace.resource)" Condition is always false because this._workspace.resource == "/u:/my-workspace" and event.changes[0].resource == "/userbackup/admin/my-workspace/roots.json"
But u:/ and /userbackup/admin are the same drives. Nevertheless, "event.contains" check returns false
Steps to Reproduce:
Additional Information
Windows 10
The text was updated successfully, but these errors were encountered: