Skip to content

Commit 7b681f8

Browse files
committed
Add proposed api check for shell API
Part of microsoft#75091
1 parent 21b21eb commit 7b681f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/api/node/extHost.api.impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export function createApiFactory(
255255
return extHostClipboard;
256256
},
257257
get shell() {
258+
checkProposedApiEnabled(extension);
258259
return extHostTerminalService.getDefaultShell(configProvider);
259260
},
260261
openExternal(uri: URI) {

0 commit comments

Comments
 (0)