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 0b25736 commit 9e36ed8Copy full SHA for 9e36ed8
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