Scroll terminal to bottom when opening inline chat

Fixes microsoft/vscode-copilot#5311
This commit is contained in:
Daniel Imms 2024-04-24 02:22:21 -07:00
parent e46e2ab21a
commit 540412c244
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -129,6 +129,7 @@ export class TerminalChatWidget extends Disposable {
this._focusedContextKey.set(true);
this._visibleContextKey.set(true);
this._inlineChatWidget.focus();
this._instance.scrollToBottom();
}
private _updateVerticalPosition(): void {