VS Code Extension Leaves Blank Window Artifact After Restart
Resolved 💬 7 comments Opened Aug 31, 2025 by zzzeek Closed Feb 8, 2026
Environment:
- OS: Linux
- VS Code with Claude Code extension
Steps to Reproduce:
- Open VS Code in a project directory
- Click "Run Claude Code" button (upper right)
- New terminal opens, Claude runs normally
- Close VS Code entirely (click X on main window)
- Restart VS Code from same directory
Expected Result:
VS Code opens normally without artifacts
Actual Result:
A blank window with no controls (except close button) appears on the right side and must be manually closed each time
Impact:
This artifact persists every time VS Code is restarted after using Claude Code, requiring manual cleanup
Workaround:
Manually close the blank window each time
This appears to be a window management issue where the extension isn't properly cleaning up its UI state when VS Code shuts down.
This issue has 7 comments on GitHub. Read the full discussion on GitHub ↗