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 e46e2ab + 540412c commit 50da9c8Copy full SHA for 50da9c8
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