mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
🕵 Check extension has enabled envShellEvent proposed API
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
This commit is contained in:
@@ -310,6 +310,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostTerminalService.getDefaultShell(false);
|
||||
},
|
||||
get onDidChangeShell() {
|
||||
checkProposedApiEnabled(extension, 'envShellEvent');
|
||||
return extHostTerminalService.onDidChangeShell;
|
||||
},
|
||||
get isTelemetryEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user