[BUG] JetBrains plugin path format mismatch - /mnt/c/ vs /c/ prevents IDE detection on native Windows

Resolved 💬 3 comments Opened Jan 30, 2026 by jamesrawpower Closed Feb 3, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Environment

  • Claude Code version: 2.1.23 (native Windows install via install.ps1)
  • IDE: JetBrains Rider
  • Plugin: Claude Code [Beta]
  • OS: Windows (native, not WSL)
  • Shell: Git Bash (bundled with native install)

## Problem
The JetBrains plugin writes workspace paths in WSL format (/mnt/c/...),
but Claude Code running via Git Bash sees paths as /c/....

These are the same directory but the path formats don't match,
so IDE integration fails with "No available IDEs detected."

## Evidence
Lock file at ~/.claude/ide/62588.lock contains:
``json
{"workspaceFolders":["/mnt/c/p4/main/Svalinn"],...}
``

But Claude's working directory is: /c/p4/main/Svalinn

Related Issues

  • #14533 (closed)
  • #9580 (closed as not planned)
  • #2273 (closed)

What Should Happen?

Expected Behavior

Claude Code should normalize paths and recognize that:

  • /mnt/c/path
  • /c/path
  • C:\path

...are all equivalent on Windows.

Error Messages/Logs

Steps to Reproduce

Install claude code using powershell and the command irm https://claude.ai/install.ps1 | iex on windows
Install the claude rider plugin via the IDE marketplace
Open the claude plugin in rider and type /ide
Notice it is not able to find any installed IDEs

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.23

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

IntelliJ IDEA terminal

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗