claude-code
claude-code copied to clipboard
[BUG] Claude Code does not detect Jetbrains IDE on Windows WSL
trafficstars
Environment
- Platform (select one):
- [X] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other:
- Claude CLI version: 1.0.0
- Operating System: Windows 10 - WSL 2.2.4.0 with Ubuntu 22.04
- Terminal: bash over WSL launched from Powershell 7
Bug Description
Jetbrains / PyCharm integration with Claude using the new Claude Code 0.1.3-beta plugin does not work
Steps to Reproduce
- Install claude on WSL
- Isntall Claude Code plugin on Jetbrains
- run Claude Code from Jetbrains
- run /config , and /ide commands within Claude Code
- let Claude Code edit files
- Restart multiple times IntelliJ as per the docs https://docs.anthropic.com/en/docs/claude-code/ide-integrations
- Repeat tests
Expected Behavior
/config -> Set the diff tool to auto for automatic IDE detection /ide -> should command show integration with Jetbrains
Claude should show "Opened changes in IntelliJ..." when editing files and IntelliJ should display the diff
Actual Behavior
/config -> there are no "diff tool" settings
/ide command returns "No available IDEs detected. Make sure your IDE has the Claude Code extension or plugin installed and is running."
Let Claude Code edit files -> Changes are shown on the Claude Code's terminal
Additional Context
N/A