Skip to content

Commit

Permalink
Add proposed api check for shell API
Browse files Browse the repository at this point in the history
Part of #75091
  • Loading branch information
Tyriar committed Jun 20, 2019

Unverified

This user has not yet uploaded their public signing key.
1 parent 21b21eb commit 7b681f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/api/node/extHost.api.impl.ts
Original file line number Diff line number Diff line change
@@ -255,6 +255,7 @@ export function createApiFactory(
return extHostClipboard;
},
get shell() {
checkProposedApiEnabled(extension);
return extHostTerminalService.getDefaultShell(configProvider);
},
openExternal(uri: URI) {

0 comments on commit 7b681f8

Please sign in to comment.