[BUG] Claude Code plugin will not connect to the Windows version of Jetbrains Rider
Environment
- Platform (select one):
- [ X ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: 1.0.28
- Operating System: Windows 10 with WSL version 2.5.9.0 and the Ubuntu-24.04 distro
- Terminal: Powershell/WSL
Bug Description
The Claude Code plugin, version 0.1.9-beta, available for install in Jetbrains Rider Marketplace will not connect to the Windows version of Jetbrains Rider.
Steps to Reproduce
- Install WSL via Powershell by running wsl --install
- Set default WSL version in Powershell by running wsl --set-default-version 2
- Run WSL -d Ubuntu
- Run sudo apt update && sudo apt upgrade
- Run sudo apt install nodejs
- Install Claude using npm install -g @anthropic-ai/claude-code
- Change to project directory
- Start Claude
- Open Jetbrains Rider version 2025.1.3 on Windows
- Install Claude Code plug in 0.1.9-beta
- Configure and launch Claude Code plugin using icon in the IDE
- Check the project path is the same as the Claude Code path within WSL
- Type /ide in the Claude Code terminal of the IDE
Expected Behavior
Listing Jetbrains Rider as an available IDE and defaults to that option so that the IDE can be connected to
Actual Behavior
No IDE's available. Select IDE Connect to an IDE for integrated development features. No available IDEs detected. Make sure your IDE has the Claude Code extension or plugin installed and is running.
Additional Context
If I install and launch Rider from within the Linux distro then Claude will connect to the Linux version of the IDE. This issue seems limited to the WIndows IDE.
I've checked the WSL file path mappings in Rider by going to Settings > Tools > Claude Code [Beta]. They seem fine.
I've restarted Rider multiple times as per the support guide provided by Fin.
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗