Finalize env.onDidChangeShell

Fixes #160694
This commit is contained in:
Daniel Imms
2023-09-12 08:03:59 -07:00
parent ed1a8da946
commit cf7daf08e3
4 changed files with 5 additions and 18 deletions

View File

@@ -343,7 +343,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
return extHostTerminalService.getDefaultShell(false);
},
get onDidChangeShell() {
checkProposedApiEnabled(extension, 'envShellEvent');
return extHostTerminalService.onDidChangeShell;
},
get isTelemetryEnabled() {