[Feature Request] Auto-scroll should pause when user scrolls up in chat

Status Fixed / completed
Maintainer reply ✓ Yes — blois
Activity 7 comments · opened Nov 6, 2025 · closed Nov 12, 2025
💡 Likely answer: A maintainer (blois, collaborator) responded on this thread — see the highlighted reply below.

Bug Description
The vscode extension auto scroll when chatting should pause autoscroll when I scroll up. This makes reading code and analysis very hard. Have to wait for the entire thing to finish.

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.0.34
  • Feedback ID: d59b7afc-4bb6-4fd2-a6bc-f660f9f0da03

Errors

[]

View original on GitHub ↗

7 Comments

hwaynefair · 9 months ago

this is a really annoying issue!!!! Please fix or remove auto-scrolling!

6r0m · 9 months ago

CRITICAL

JVoranunB · 9 months ago

Confirming this issue - Settings don't fix it

I'm experiencing the same problem. While Claude is generating responses, the chat window auto-scrolls to the bottom and locks me there, making it impossible to scroll up and read earlier parts of the conversation.

What I tried:
Added these settings to my VS Code settings.json:

"claude.outputStyle": "current",
"claude.suppressOutputStylePrompt": true,
"claude.output.autoScroll": false,
"claude.scrollLock": true
dsl400 · 9 months ago

any plans on fixing this soon ?

junyjeon · 9 months ago

Still experiencing this in the latest version. The auto-scroll completely prevents reviewing earlier parts of the conversation while Claude is generating responses.

Steps to reproduce:

  1. Start any chat that generates a long response
  2. Scroll up while Claude is typing
  3. The view immediately jumps back to the bottom

Impact:

This makes it impossible to reference earlier code or explanations during generation. I have to wait for the entire response to finish before I can review anything, which breaks the workflow when working with complex problems.

The workaround of breaking requests into smaller chunks helps, but it's not a real solution. A simple "pause auto-scroll when user scrolls up" behavior would fix this completely.

blois collaborator · 9 months ago

This should be improving in the next release.

github-actions[bot] · 9 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.