Merge pull request #76807 from microsoft/tyriar/shell_stable

Make vscode.env.shell stable API
This commit is contained in:
Daniel Imms
2019-07-08 07:52:35 -07:00
committed by GitHub
4 changed files with 8 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) {