Skip to content

Commit 974c28e

Browse files
authored
fix terminal reconnection on reload, rt of microsoft#135481
1 parent 48eb908 commit 974c28e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
11001100

11011101
async detachFromProcess(): Promise<void> {
11021102
await this._processManager.detachFromProcess();
1103-
this.dispose();
11041103
}
11051104

11061105
forceRedraw(): void {

0 commit comments

Comments
 (0)