Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When working in a WSL remote workspace, clicking or double-clicking file paths that point to the Windows filesystem does not open the file.
Example: agent copies an HTML template to C:\Users<username>\Desktop\example.html and shares the path in chat. Clicking the link or double-clicking from the editor shows:
- “Unable to open ‘\Users<username>\Desktop\example.html’”
- “Unable to resolve resource C:%5CUsers%5C%5CDesktop%5Cexample.html”
Also fails for malformed cross-boundary links such as file:///C:/home//… (Windows drive letter mixed with a Linux home path).
Files under the WSL workspace path (e.g. /home//my-project/…) open fine. Only Windows absolute paths (C:...) and cross-boundary links are broken.
Related prior report (same WSL setup):
Steps to Reproduce
- Windows 11 + WSL2 (Ubuntu)
- Open folder from WSL:
cursor .in /home//my-project - Create or copy a file to Windows Desktop, e.g. C:\Users<username>\Desktop\test.html
- In Cursor chat, click the C:... path link OR try to open that path from the editor
- Error modal: “Unable to resolve resource”
- Double-click on Desktop file from Cursor context also blocked when path is Windows-side
Expected Behavior
- Clicking a C:\ path in chat should open the file (browser for .html, or system default app)
- OR Cursor should translate WSL ↔ Windows paths (/mnt/c/Users//… ↔ C:\Users<username>...)
- OR chat should not render C:\ links as clickable editor URIs without a clear “open in Explorer” action
Operating System
Windows 10/11
Version Information
IDE Version: 3.8.11
VSCode Version: 1.105.x (bundled with Cursor 3.8.11)
Commit: e56ad3440df06d22ca7501e65fd518e905486ef0
For AI issues: which model did you use?
N/A — IDE / WSL path resolution issue, not AI model specific
For AI issues: add Request ID with privacy disabled
N/A
Additional Information
Workaround that works:
- Open file from Windows Explorer (double-click on Desktop)
- Use WSL path inside workspace: /home//my-project/communication/example.html
- Paste in browser: file:///C:/Users//Desktop/example.html
Impact: friction when agent delivers email attachments (HTML templates) on Windows Desktop while dev environment is WSL — user expects chat links to be clickable.
Does this stop you from using Cursor
No - Cursor works, but with this issue