mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
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:
@@ -150,6 +150,7 @@ export class InlineChatWidget {
|
||||
location,
|
||||
undefined,
|
||||
{
|
||||
autoScroll: true,
|
||||
defaultElementHeight: 32,
|
||||
renderStyle: 'minimal',
|
||||
renderInputOnTop: false,
|
||||
|
||||
Reference in New Issue
Block a user