Skip to content

Commit 540412c

Browse files
committed
Scroll terminal to bottom when opening inline chat
Fixes microsoft/vscode-copilot#5311
1 parent e46e2ab commit 540412c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export class TerminalChatWidget extends Disposable {
129129
this._focusedContextKey.set(true);
130130
this._visibleContextKey.set(true);
131131
this._inlineChatWidget.focus();
132+
this._instance.scrollToBottom();
132133
}
133134

134135
private _updateVerticalPosition(): void {

0 commit comments

Comments
 (0)