Skip to content

Commit 50da9c8

Browse files
authored
Merge pull request microsoft#211231 from microsoft/tyriar/5311
Scroll terminal to bottom when opening inline chat
2 parents e46e2ab + 540412c commit 50da9c8

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)