We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64a8d5 commit 163aeeeCopy full SHA for 163aeee
src/vs/workbench/contrib/terminal/browser/terminalProcessManager.ts
@@ -636,6 +636,7 @@ class SeamlessRelaunchDataFilter extends Disposable {
636
this._firstRecorder = this._secondRecorder;
637
this._firstDisposable?.dispose();
638
this._firstDisposable = this._secondDisposable;
639
+ this._secondRecorder = undefined;
640
if (this._recordingTimeout) {
641
window.clearTimeout(this._recordingTimeout);
642
}
0 commit comments