Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Jan 7, 2025
1 parent 43b3f5d commit dfb21f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/terminal/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class TerminalService implements ITerminalService, Disposable {
if (!terminal.shellIntegration && this._terminalFirstLaunched) {
this._terminalFirstLaunched = false;
const promise = new Promise<boolean>((resolve) => {
const disposable = this.terminalManager.onDidChangeTerminalShellIntegration((e) => {
const disposable = this.terminalManager.onDidChangeTerminalShellIntegration(() => {
clearTimeout(timer);
disposable.dispose();
resolve(true);
Expand Down

0 comments on commit dfb21f0

Please sign in to comment.