Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Environment
- Cursor 3.7.42 (5702c9cfca656d8710fad58402fe37f14345e3a0, x64)
- Windows 10.0.26200
- Workspace: D:\00.PG
Summary
When Agent or chat shows Windows absolute paths with backslashes (e.g. D:\00.PG\RentServer\docs\patent\01_invention_disclosure_for_attorney.ja.md), clicking the link does not open the file. The path seems misparsed as a URI scheme (D:) with encoded backslashes (%5C), e.g. “Unable to resolve resource d:%5C00.PG%5C…”.
Steps to Reproduce
- Open workspace D:\00.PG on Windows.
- Agent references a file with a D:... backslash path in chat.
- Click the link.
- File does not open in editor.
Expected: Clicking the link opens the file (like Explorer or Ctrl+P).
Actual: Link fails; user must use Ctrl+P or open manually.
Workarounds
- Workspace-relative paths (RentServer/docs/…)
- Forward slashes (D:/00.PG/…)
- Ctrl+P
Related threads - Unable to resolve resource
- Unable to open file linked in chat
Operating System
Windows 10/11
Version Information
Version: 3.7.42 (user setup)
VS Code Extension API: 1.105.1
Commit: 5702c9cfca656d8710fad58402fe37f14345e3a0
Date: 2026-06-15T19:39:42.738Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
For AI issues: which model did you use?
ALL models
Does this stop you from using Cursor
No - Cursor works, but with this issue