#28538 Introduce IWorkspace2 in IWorkspaceContextService

This commit is contained in:
Sandeep Somavarapu
2017-06-14 10:45:06 +02:00
parent b33113d484
commit a7d864df4c
5 changed files with 82 additions and 38 deletions

View File

@@ -37,7 +37,7 @@ export class MainThreadWorkspace extends MainThreadWorkspaceShape {
) {
super();
this._proxy = threadService.get(ExtHostContext.ExtHostWorkspace);
this._contextService.onDidChangeFolders(this._onDidChangeWorkspace, this, this._toDispose);
this._contextService.onDidChangeWorkspaceRoots(this._onDidChangeWorkspace, this, this._toDispose);
}
// --- workspace ---