🎁 Add onDidChangeShell event to ext host

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
This commit is contained in:
Babak K. Shandiz
2022-09-14 13:33:58 +00:00
parent 4f69cdf95a
commit d336c5cd1e
2 changed files with 10 additions and 0 deletions

View File

@@ -309,6 +309,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
get shell() {
return extHostTerminalService.getDefaultShell(false);
},
get onDidChangeShell() {
return extHostTerminalService.onDidChangeShell;
},
get isTelemetryEnabled() {
return extHostTelemetry.getTelemetryConfiguration();
},