Skip to content

Commit

Permalink
leave some questions
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Jan 10, 2025
1 parent 63a931c commit 26b6986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/api/common/extHostTerminalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ export abstract class BaseExtHostTerminalService extends Disposable implements I
readonly onDidChangeTerminalState = this._onDidChangeTerminalState.event;
protected readonly _onDidChangeShell = new Emitter<string>();
readonly onDidChangeShell = this._onDidChangeShell.event;
// Should onDidChange/AcceptShellType go here?


protected readonly _onDidWriteTerminalData = new Emitter<vscode.TerminalDataWriteEvent>({
onWillAddFirstListener: () => this._proxy.$startSendingDataEvents(),
Expand Down

0 comments on commit 26b6986

Please sign in to comment.