Claude Code does not connect to any IDE after upgrading to 1.0.28+
Environment
- Platform (select one):
- [x] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other:
- Claude CLI version: 1.0.28 (Claude Code)
- Operating System: macOS 15.5
- Terminal: iTerm2
Bug Description
After upgrading to 1.0.28, all IDEs are unable to detect the Claude Code. Tested in Cursor, Visual Studio Code and PyCharm. When I downgrade to 1.0.27 then it starts working in all IDEs.
Steps to Reproduce
- Install Claude Code via
npm install -g @anthropic-ai/[email protected]. - Run
claude config set -g autoUpdaterStatus disabled - Migrate installation to
~/.claude/local - Run any IDE, for example vs code
- Start Claude in the terminal and install the extension
- Restart the IDE
- Open any file and open Claude Code using the extension icon
- Check that the connection works
- Go to
$HOME/.claude/local - Run
npm install @anthropic-ai/[email protected] - Open Claude Code with the extension icon
- Check the Claude Code connection
Expected Behavior
IDE is detected after upgrade to 1.0.28+
Actual Behavior
IDE is not detected. Running /status shows that the extension is installed, but running /ide does not show an active or working connection. Claude Code is not connected to the IDE.
Hi there - thanks for the derailed report. We're looking into it and will follow up with a fix soon.
If instead of opening from the extension icon, you open a terminal and run claude from there, does anything change?
If no, if you also run claude --version from that terminal, what version do you see?
Downgrading to 1.0.27 solved this for me as well - for both the case where launching claude via the IDE integration, and simply launching claude inside a loose terminal
v1.0.31 here. Issue still happening no matter how I start Claude Code.
There is mismatch in config path between Claude Code and IDE extension https://github.com/anthropics/claude-code/issues/2299#issuecomment-2993374748
Great find, @orgoj.
There is mismatch in config path between Claude Code and IDE extension #2299 (comment)
Copy that. See https://github.com/anthropics/claude-code/issues/2299#issuecomment-2994288126
Seems fixed in 1.3.34
Thanks for the report and all the sleuthing to track this down - it's indeed fixed. We recommend removing the symlink if you made one.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.