[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
- Claude edits file
- User approves
- File automatically opens in VSCode editor tab
- User manually closes tab
Desired behavior (with setting off)
- Claude edits file
- User approves
- 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_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗