remove .name from IWorkspace

This commit is contained in:
isidor
2018-08-23 11:59:51 +02:00
parent 6090860b4f
commit a03b3b5066
29 changed files with 103 additions and 96 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();