Issues update files with workspace

Thanks for reporting a bug you have found in Cursor!
Please add the following info to help us diagnose your issue:

:white_check_mark: Check the forum to ensure the issue hasn’t been reported already
:lady_beetle: Provide a clear description of the bug
I have problem to update files with a workspace. If I open by folder, the chat is able to read files and modify correctly. But if I open a workspace often fail to find a file or create new files in wrong forlder instead fix actual open.
:counterclockwise_arrows_button: Explain how to reproduce the bug (if known)
create a workspace with more project linked:
{
“folders”: [
{
“name”: “main app”,
“path”: “.”
},
{
“name”: “package/@myspace\mylib1”,
“path”: “packages\@myspace\mylib1”
},
… more other projects
}

open a file in one of subproject and ask i.e. add more comment to this file. Instead modify current file, create another in main project with a path:
\package\myspace\mylib1\filename

:camera: Attach screenshots or recordings (e.g., .jpg, .png, .mp4).

:laptop: Tell us your operating system and your Cursor version (e.g., Windows, 0.x.x).

Windows 11
Version: 0.50.5 (user setup)
VSCode Version: 1.96.2
Commit: 96e5b01ca25f8fbd4c4c10bc69b15f6228c80770
Date: 2025-05-18T04:26:31.444Z
Electron: 34.3.4
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

:prohibited: Tell us if the issue stops you from using Cursor.
Is not really blocking, but I break most of features that make more interesting to use Cursor instead i.e. VS code

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.