Improve chat scrolling (#231370)

* Don't auto-scroll while chat response loads
Fix microsoft/vscode-copilot-release#138

* Show button all the time

* Fixes, don't auto-scroll for edit session view

* Keep autoscroll in inline and quick chat
This commit is contained in:
Rob Lourens
2024-10-14 21:04:35 -07:00
committed by GitHub
parent edeada86d1
commit 8d8f0cd9d4
9 changed files with 117 additions and 22 deletions

View File

@@ -150,6 +150,7 @@ export class InlineChatWidget {
location,
undefined,
{
autoScroll: true,
defaultElementHeight: 32,
renderStyle: 'minimal',
renderInputOnTop: false,