mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
parent
1c3990938b
commit
4dedb019f8
1 changed files with 4 additions and 0 deletions
|
@ -325,6 +325,10 @@ export class TerminalProcessManager extends Disposable implements ITerminalProce
|
|||
this._onPtyReconnect.fire();
|
||||
}
|
||||
|
||||
// Clear data written flag to re-enable seamless relaunch if this relaunch was manually
|
||||
// triggered
|
||||
this._hasWrittenData = false;
|
||||
|
||||
return this.createProcess(shellLaunchConfig, cols, rows, isScreenReaderModeEnabled, reset);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue