Skip to content

Commit 163aeee

Browse files
committed
Prevent seamless relaunch triggering multiple times
Fixes microsoft#119286
1 parent c64a8d5 commit 163aeee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ class SeamlessRelaunchDataFilter extends Disposable {
636636
this._firstRecorder = this._secondRecorder;
637637
this._firstDisposable?.dispose();
638638
this._firstDisposable = this._secondDisposable;
639+
this._secondRecorder = undefined;
639640
if (this._recordingTimeout) {
640641
window.clearTimeout(this._recordingTimeout);
641642
}

0 commit comments

Comments
 (0)