-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
area:idebugSomething isn't workingSomething isn't workinghas reproplatform:linuxIssue specifically occurs on LinuxIssue specifically occurs on Linux
Description
Environment
- Platform (select one):
- Anthropic API
- AWS Bedrock
- Google Vertex AI
- Other:
- Claude CLI version: v1.0.28+ (issue occurs), v1.0.27 (works correctly)
- Operating System: Ubuntu 22.04
- Terminal: Windows Terminal
Bug Description
IDE integration functionality stopped working after Claude Code's automatic update from v1.0.27 to v1.0.28 and later versions. While the extension installation message appears on startup, the usual "IDE connected" notification is missing, and the /ide
command reports no available IDEs.
Steps to Reproduce
- Have Claude Code v1.0.27 working correctly with VS Code integration
- Allow automatic update to v1.0.28 or later version
- Start Claude Code
- Observe that extension installation message appears but "IDE connected" message does not
- Run
/ide
command - Notice that no candidate IDEs are found/displayed
Expected Behavior
- "IDE connected" message should appear on startup when VS Code is detected
/ide
command should list VS Code as an available IDE option- IDE integration should work as it did in v1.0.27
Actual Behavior
- Extension installation message appears on startup
- "IDE connected" message does not appear
/ide
command reports no available IDEs- IDE integration functionality is non-functional
Additional Context
Workaround: The issue can be temporarily resolved by:
- Downgrading to v1.0.27:
npm install -g @anthropic-ai/claude-code@1.0.27
- Disabling auto-updates:
claude config set -g autoUpdaterStatus disabled
This suggests the regression was introduced in v1.0.28 and affects the IDE detection/connection mechanism specifically.
nateluk, mikelkew, takeshinoda, kaovilai, jsmits and 8 more
Metadata
Metadata
Assignees
Labels
area:idebugSomething isn't workingSomething isn't workinghas reproplatform:linuxIssue specifically occurs on LinuxIssue specifically occurs on Linux