claude-code - 💡(How to fix) Fix Option to render Bash tool output in integrated terminal instead of editor tabs (VSCode 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…

Currently, when the Claude Code VSCode extension runs Bash tool calls, the command and its output are rendered inside the editor tabs area (the main editor section). It would be great to have a setting to redirect that output to the integrated terminal panel instead, similar to how GitHub Copilot Chat surfaces shell commands in the VSCode terminal.

Root Cause

Currently, when the Claude Code VSCode extension runs Bash tool calls, the command and its output are rendered inside the editor tabs area (the main editor section). It would be great to have a setting to redirect that output to the integrated terminal panel instead, similar to how GitHub Copilot Chat surfaces shell commands in the VSCode terminal.

Code Example

"claudeCode.showToolOutputInTerminal": true
RAW_BUFFERClick to expand / collapse

Summary

Currently, when the Claude Code VSCode extension runs Bash tool calls, the command and its output are rendered inside the editor tabs area (the main editor section). It would be great to have a setting to redirect that output to the integrated terminal panel instead, similar to how GitHub Copilot Chat surfaces shell commands in the VSCode terminal.

Motivation

  • The editor tabs area is meant for source files; routing transient command output there clutters the workspace and pushes code tabs out of view.
  • The integrated terminal is the natural place for shell output — it preserves scrollback, supports terminal features (copy/paste, search, links), and matches developer muscle memory.
  • Other AI coding tools in VSCode (e.g., Copilot Chat) already use the integrated terminal for command execution, which makes the Claude Code experience feel inconsistent by comparison.

Proposal

Add a setting such as:

"claudeCode.showToolOutputInTerminal": true

When enabled, Bash tool executions would stream into the integrated terminal panel instead of opening as editor tabs.

Environment

  • Claude Code VSCode extension (not the CLI)
  • Reported via Claude Code itself running inside the VSCode extension

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 Option to render Bash tool output in integrated terminal instead of editor tabs (VSCode extension)