claude-code - 💡(How to fix) Fix [FEATURE] Always-visible / always-expanded tool call output in VS Code extension

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

Fix / Workaround

  • Using claude --verbose in the terminal works, but loses the VS Code chat UI experience.
  • Clicking each block manually is the current workaround, but it's disruptive and easy to miss output that already scrolled by.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

When Claude Code runs shell commands (e.g. kubectl, git, helm, npm) inside the VS Code extension, the command and its output appear as collapsed blocks in the chat panel. To see what was run and what it returned, I must manually click each block to expand it.

When working with infrastructure tooling (Kubernetes, Terraform, etc.), this is a safety problem — LLMs can run destructive or unexpected commands (deleting resources, modifying cluster state), and I need to passively monitor what is being executed in real time without extra clicks interrupting my workflow.

Proposed Solution

Add a VS Code setting (e.g. claude.alwaysExpandToolCalls: true) or a persistent toggle in the extension UI that keeps tool call blocks expanded by default, so commands and their full output are always visible without manual interaction.

Alternative Solutions

  • Using claude --verbose in the terminal works, but loses the VS Code chat UI experience.
  • Clicking each block manually is the current workaround, but it's disruptive and easy to miss output that already scrolled by.

VS Code addressed the same gap for GitHub Copilot agent mode in microsoft/vscode#257468, where inline terminal output with expand/collapse was implemented.

Priority

Critical - Blocking my work

Feature Category

Configuration and settings

Use Case Example

  1. I ask Claude Code to debug a Kubernetes deployment issue
  2. Claude runs several kubectl get / kubectl describe / kubectl logs commands
  3. With collapsed output, I have no visibility into what's being queried or returned unless I click every block
  4. With always-expanded output, I can follow along in real time and catch if Claude is querying the wrong namespace or misreading a resource before it acts on it

Additional Context

No response

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