mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 23:44:09 +01:00
@@ -636,6 +636,7 @@ class SeamlessRelaunchDataFilter extends Disposable {
|
||||
this._firstRecorder = this._secondRecorder;
|
||||
this._firstDisposable?.dispose();
|
||||
this._firstDisposable = this._secondDisposable;
|
||||
this._secondRecorder = undefined;
|
||||
if (this._recordingTimeout) {
|
||||
window.clearTimeout(this._recordingTimeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user