[FEATURE]

Resolved 💬 2 comments Opened May 22, 2026 by hbttay Closed May 25, 2026

Preflight Checklist

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

Problem Statement

Problem

Every time Claude Code edits a file via the VSCode extension, the file is automatically opened in a new editor tab. The user then has to manually close each tab (Ctrl+W) after approving the edit. For sessions with many edits, this creates tab clutter and an extra manual step.

Proposed Solution

Request

Add a setting (e.g., claude.autoOpenEditedFiles: true/false) that allows users to disable the automatic opening of files in the editor when Claude edits them.

Current behavior

  1. Claude edits file
  2. User approves
  3. File automatically opens in VSCode editor tab
  4. User manually closes tab

Desired behavior (with setting off)

  1. Claude edits file
  2. User approves
  3. File stays closed — no new tab opened

Alternative Solutions

_No response_

Priority

Medium - Would be very helpful

Feature Category

File operations

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗