mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge pull request #76807 from microsoft/tyriar/shell_stable
Make vscode.env.shell stable API
This commit is contained in:
@@ -258,7 +258,6 @@ export function createApiFactory(
|
||||
return extHostClipboard;
|
||||
},
|
||||
get shell() {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostTerminalService.getDefaultShell(configProvider);
|
||||
},
|
||||
openExternal(uri: URI) {
|
||||
|
||||
Reference in New Issue
Block a user