Bash execution issues on VS Code

Issues the maintainers labelled both platform:vscode and area:bash.

51 issues · 7 open · 44 resolved (86%) · first seen Feb 23, 2026

Is this getting better or worse?

This class of problem is converging. 13 new reports in the last 90 days vs 33 in the 90 before — -61%. The open backlog peaked at 16 in 2026-04 and sits at 7 today.

0 4 8 12 16 2026-022026-042026-062026-08
2026-02 — First reports2026-04 — Peak backlog (16 open)

Derived by counting each matching issue from its creation date until it closed. First-party computation over the anthropics/claude-code tracker — the trend is not published anywhere upstream.

Which builds report this

31 of these reports name the Claude Code build they were running, spanning 27 releases. Heaviest reporters:

Report volume, not a defect count: an issue can mention a build without that build having caused the failure. Versions come from the version string in the bug-report template, matched against real published tags.

Do these get fixed?

Median time to close is 34 days across 44 closures. Of the 44 closures with a recorded reason, 11% were closed as completed and 39 as not-planned or duplicate. The most recent completed fix landed in 2026-08.

Workarounds reported by the community

18 of these issues post a workaround someone says worked. The highest-engagement ones:

[BUG] Bash comments break permissions
Workaround: a PreToolUse hook can strip the comment lines before permission matching sees them. The hook reads the command, removes leading lines, and returns the clean command via . Your allowlist then matches correctly…
Found in the thread of #29582 · resolved
[Bug] Parallel tool calls hang on Bash execution errors
…ocks → 400 wedges session), 63364 (full softbrick example). Workaround that holds: stay on 4.7, or set on 4.8 to remove parallel batches entirely (sequential, slower, but no cascade possible).
Found in the thread of #63881 · resolved
[BUG] VSCode extension: Bash tool does not capture stdout (commands run in popup terminal window)
…err is swallowed — failed commands return no output at all. Workaround: Redirect to a file and use the Read tool: git status c:/Users/me/out.txt 2 &1 then Read the file This works but adds friction to every shell operati…
Found in the description of #31449 · resolved
[BUG] SSHFS/network drive mounts fail directory validation in v2.1.82+ (regression from v2.1.81)
…en on v2.1.101, downgrade to v2.1.81 restored functionality Workaround Downgrade to v2.1.81: 1. Extensions → Claude Code → Gear icon → "Install Another Version" → Select 2.1.81 2. Disable auto-update for Claude Code exte…
Found in the description of #47601 · resolved
[BUG] `Bash(git diff)` truncating hunks
…ed - Plain command output (e.g. in a loop) is NOT truncated Workaround Then use the Read tool on . Claude Model None Is this a regression? Yes, this worked in a previous version. Here is the exact same command with 2.1.7…
Found in the description of #36459 · resolved

Excerpts are quoted from the linked issue so you can judge relevance before opening it. Threads that only ask for a workaround, or report that there is none, are excluded. These are community suggestions, not official guidance from Anthropic — read the full thread before applying one.

Matching issues 1–51

Ranked by community engagement (reactions weighted over comments).

Related aggregations

  1. Bash execution issues on macOS

    402 issues
  2. Bash execution issues on Windows

    254 issues
  3. Bash execution issues on Linux

    197 issues
  4. IDE integration issues on VS Code

    1,307 issues
  5. Model behaviour issues on VS Code

    463 issues
  6. Terminal UI issues on VS Code

    230 issues
  7. Cost and usage issues on VS Code

    203 issues
  8. Permissions issues on VS Code

    176 issues