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.
2 parents 9b8f8c2 + 9e36ed8 commit 819d02cCopy full SHA for 819d02c
src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/runInTerminalTool.ts
@@ -298,6 +298,7 @@ export class RunInTerminalTool extends Disposable implements IToolImpl {
298
: this._initForegroundTerminal(chatSessionId, termId, token));
299
300
this._terminalService.setActiveInstance(toolTerminal.instance);
301
+ this._terminalService.revealTerminal(toolTerminal.instance, true);
302
const timingConnectMs = Date.now() - timingStart;
303
304
const xterm = await toolTerminal.instance.xtermReadyPromise;
0 commit comments