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 e46e2ab commit 540412cCopy full SHA for 540412c
src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget.ts
@@ -129,6 +129,7 @@ export class TerminalChatWidget extends Disposable {
129
this._focusedContextKey.set(true);
130
this._visibleContextKey.set(true);
131
this._inlineChatWidget.focus();
132
+ this._instance.scrollToBottom();
133
}
134
135
private _updateVerticalPosition(): void {
0 commit comments