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 8180435 commit 72801bbCopy full SHA for 72801bb
src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
@@ -1323,7 +1323,6 @@ export class TerminalTaskSystem extends Disposable implements ITaskSystem {
1323
this._logService.trace(`Already reconnected, to ${this._reconnectedTerminals?.length} terminals so returning`);
1324
return;
1325
}
1326
- this._reconnectedTerminals = [];
1327
this._reconnectedTerminals = this._terminalService.getReconnectedTerminals(ReconnectionType)?.filter(t => !t.isDisposed && t.shellLaunchConfig.attachPersistentProcess?.reconnectionProperties?.data) || [];
1328
this._logService.trace(`Attempting reconnection of ${this._reconnectedTerminals?.length} terminals`);
1329
if (!this._reconnectedTerminals?.length) {
0 commit comments