claude-code - 💡(How to fix) Fix Add toggle to hide extended thinking blocks in VS Code extension [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52640Fetched 2026-04-24 06:01:44
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

The VS Code extension currently displays extended thinking/reasoning blocks inline during responses. There is no way to suppress or collapse these automatically. For users who do not need to see the model's reasoning process, this creates significant visual noise and makes responses harder to read.

Request: Add a setting in the VS Code extension (e.g. claude.showThinking: true/false) to suppress or auto-collapse thinking blocks. A spinner or simple "thinking..." indicator would be sufficient.

extent analysis

TL;DR

Adding a setting to toggle the display of thinking blocks in the VS Code extension could help reduce visual noise.

Guidance

  • Introduce a new setting, such as claude.showThinking, to control the visibility of thinking blocks.
  • Consider adding a default value for the setting to minimize disruption for existing users.
  • Evaluate the feasibility of replacing extended thinking blocks with a simpler indicator, like a spinner or "thinking..." text, when the setting is disabled.
  • Review the extension's UI to ensure that the new setting is easily accessible and configurable.

Example

// example configuration
{
  "claude.showThinking": false
}

Notes

The implementation details may vary depending on the extension's architecture and the desired user experience.

Recommendation

Apply workaround: Add the requested setting to provide users with control over the display of thinking blocks, as this addresses the core issue of visual noise.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Add toggle to hide extended thinking blocks in VS Code extension [1 comments, 2 participants]