Merge pull request #57022 from Microsoft/isidorn/getWorkspaceLabel

UriLabelService.getWorkspaceLabel
This commit is contained in:
Isidor Nikolic
2018-08-23 12:35:31 +02:00
committed by GitHub
30 changed files with 147 additions and 128 deletions

View File

@@ -485,7 +485,7 @@ export function createApiFactory(
return extHostWorkspace.getWorkspaceFolders();
},
get name() {
return extHostWorkspace.workspace ? extHostWorkspace.workspace.name : undefined;
return extHostWorkspace.name;
},
set name(value) {
throw errors.readonly();