claude-code - 💡(How to fix) Fix Thinking blocks not expandable in VSCode extension on macOS

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…

Fix Action

Workaround

Use the terminal CLI (claude), where thinking is rendered inline and expanded by default.

RAW_BUFFERClick to expand / collapse

Environment

  • Claude Code VSCode extension v2.1.142 (darwin-arm64)
  • macOS (Darwin 24.6.0)
  • Extended thinking enabled (Effort: Medium)

Problem

Thinking blocks appear as a non-interactive bullet labeled "Thought for Xs" between user messages and assistant responses. There is no way to expand them and view the reasoning content:

  • The bullet/label is not clickable — no hover state, no click handler
  • No keyboard shortcut works: Ctrl+O and Cmd+O do nothing for this
  • The Command Palette has no Claude command related to expanding/collapsing thinking
  • Inspected package.json of the installed extension — none of the claude-vscode.* commands target thinking visibility

Expected

Either a clickable thinking block (like claude.ai web) or a documented keyboard shortcut to expand thinking content within the VSCode native extension.

Workaround

Use the terminal CLI (claude), where thinking is rendered inline and expanded by default.

Impact

Users on macOS using the VSCode extension cannot inspect the model's reasoning, which reduces trust and debuggability — especially relevant now that adaptive extended thinking is on by default.

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