Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When you put a context reference of 2 (or more) different folder, (I mean different path), but using the same name, Cursor is unable to differentiate between them. It worked previously
Steps to Reproduce
- Create 2 folder “project-a” & “project-b”
- Create a workspace with the 2 folder in it
- Create a folder “front” in “project-a” and in “project-b”
- add @front and select in the list the “front” from “project-a”
- add @front and select in the list the “front” from “project-b”
When you hover the two “front” tag context, it will display the same
path as reference
Expected Behavior
I should display the path “project-a/front” and “project-b/front”
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.1.32 (Universal)
VSCode Version: 1.105.1
Commit: ef979b1b43d85eee2a274c25fd62d5502006e420
Date: 2025-11-25T05:00:12.749Z (il y a 5 heures)
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.0.0
Does this stop you from using Cursor
No - Cursor works, but with this issue