Skip to content

Commit d5358b1

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

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
@@ -1332,7 +1332,7 @@ export class TerminalTaskSystem extends Disposable implements ITaskSystem {
13321332
if (reconnectionData) {
13331333
this._reconnectedTerminals.push({ ...terminal, reconnectionData });
13341334
} else {
1335-
this._logService.trace(`Terminal was owned by tasks but has no reconnection data ${terminal.instanceId}, ${JSON.stringify(terminal.shellLaunchConfig)}`);
1335+
this._logService.trace(`Terminal was owned by tasks but has no reconnection data`, terminal.instanceId, terminal.shellLaunchConfig);
13361336
}
13371337
}
13381338
this._logService.trace(`Attempting reconnection of ${this._reconnectedTerminals?.length} terminals`);

0 commit comments

Comments
 (0)