Add proposed api check for shell API

Part of #75091
This commit is contained in:
Daniel Imms
2019-06-20 08:22:22 -07:00
parent 21b21eb6ab
commit 7b681f8733

View File

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