Skip to content

Commit 72801bb

Browse files
committed
delete line
1 parent 8180435 commit 72801bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,6 @@ export class TerminalTaskSystem extends Disposable implements ITaskSystem {
13231323
this._logService.trace(`Already reconnected, to ${this._reconnectedTerminals?.length} terminals so returning`);
13241324
return;
13251325
}
1326-
this._reconnectedTerminals = [];
13271326
this._reconnectedTerminals = this._terminalService.getReconnectedTerminals(ReconnectionType)?.filter(t => !t.isDisposed && t.shellLaunchConfig.attachPersistentProcess?.reconnectionProperties?.data) || [];
13281327
this._logService.trace(`Attempting reconnection of ${this._reconnectedTerminals?.length} terminals`);
13291328
if (!this._reconnectedTerminals?.length) {

0 commit comments

Comments
 (0)