Stop restarting extension host when root folders change.

This commit is contained in:
Martin Aeschlimann
2019-02-22 16:43:37 +01:00
parent 431b462fa7
commit eee10d2c7f
2 changed files with 7 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ export class ExtHostWorkspace implements ExtHostWorkspaceShape, IExtHostWorkspac
this._unconfirmedWorkspace = undefined;
// show error to user
this._messageService.$showMessage(Severity.Error, localize('updateerror', "Extension '{0}' failed to update workspace folders: {1}", extName, error.toString()), { extension }, []);
this._messageService.$showMessage(Severity.Error, localize('updateerror', "Extension '{0}' failed to update workspace folders: {1}", extName, error), { extension }, []);
});
}