Skip to content

Commit e4bb341

Browse files
meganroggeTyriar
andauthored
Update src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
Co-authored-by: Daniel Imms <[email protected]>
1 parent 48ba9e6 commit e4bb341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ export class TerminalTaskSystem extends Disposable implements ITaskSystem {
13291329
this._logService.trace(`No terminals to reconnect to so returning`);
13301330
} else {
13311331
for (const terminal of this._reconnectedTerminals) {
1332-
const data = terminal.shellLaunchConfig?.attachPersistentProcess?.reconnectionProperties?.data as IReconnectionTaskData | undefined;
1332+
const data = terminal.shellLaunchConfig.attachPersistentProcess?.reconnectionProperties?.data as IReconnectionTaskData | undefined;
13331333
if (data) {
13341334
const terminalData = { lastTask: data.lastTask, group: data.group, terminal };
13351335
this._terminals[terminal.instanceId] = terminalData;

0 commit comments

Comments
 (0)