claude-code - 💡(How to fix) Fix Add setting to suppress diff tab opening on Edit/Write

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

Current workaround

The only workaround is claudeCode.useTerminal: true, which eliminates the native UI entirely — too heavy-handed for users who just want to suppress diffs.

RAW_BUFFERClick to expand / collapse

Problem

The VSCode extension unconditionally opens a diff tab (vscode.commands.executeCommand("vscode.diff", ...)) whenever the agent uses Edit or Write tools. There is no user-facing setting to disable this behavior.

For users who auto-accept edits or who prefer to review changes via git diff after the fact, these diff tabs are disruptive — they steal focus and clutter the tab bar.

Requested behavior

Add a setting like claudeCode.showDiffOnEdit (default: true) that, when set to false, applies the edit silently without opening a diff tab.

Current workaround

The only workaround is claudeCode.useTerminal: true, which eliminates the native UI entirely — too heavy-handed for users who just want to suppress diffs.

Environment

  • Extension version: 2.1.143
  • OS: Windows 11
  • VS Code: latest stable

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