Move env.shell to stable

This commit is contained in:
Daniel Imms
2019-07-07 09:57:43 -07:00
parent 6dabbf2963
commit 931b27d834
3 changed files with 6 additions and 7 deletions

View File

@@ -258,7 +258,6 @@ export function createApiFactory(
return extHostClipboard;
},
get shell() {
checkProposedApiEnabled(extension);
return extHostTerminalService.getDefaultShell(configProvider);
},
openExternal(uri: URI) {