Skip to content

Commit

Permalink
Update src/vs/workbench/api/browser/mainThreadTerminalShellIntegratio…
Browse files Browse the repository at this point in the history
…n.ts

Co-authored-by: Daniel Imms <[email protected]>
  • Loading branch information
anthonykim1 and Tyriar authored Jan 8, 2025
1 parent 333c8d5 commit c68c58a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export class MainThreadTerminalShellIntegration extends Disposable implements Ma
})).event;
this._store.add(onDidAddCommandDetection(e => this._proxy.$shellIntegrationChange(e.instanceId)));


// TODO: Listen to environment changes on our new capability, send to extension host via a $... method
// onDidChangeTerminalShellIntegrationEnvironment
const envChangeEvent = this._store.add(this._terminalService.createOnInstanceCapabilityEvent(TerminalCapability.ShellEnvDetection, e => e.onDidChangeEnv));
this._store.add(envChangeEvent.event(e => {
Expand Down

0 comments on commit c68c58a

Please sign in to comment.