Bug In cursor when opening a code-workspace file

I open cursor from a very simple vscode workspace file that looks like this.

angular-front-end.code-workspace
{
“folders”: [
{
“path”: “path/to/your/project1”
},
{
“path”: “path/to/your/project2”
}
]
}

Lets say for example I have 2 files open in project 1, and 2 files open in project 2. During chat it makes suggestions to make changes to files in both project1 and files in project2. In chat when i hit apply on a file in project2 is how i reproduce this bug. Cursor attempts to create a new file in an invalid sub directory of project 1 as opposed to applying the edits to the existing file which exists in project2. I have only reproduced this issue on my work pc which is windows. Though it may still exist on other operating systems.

Has anybody else experience this issue, how about a fix?

1 Like

I’m experiencing the same thing on a mac: Apply code update from chat creates a new file - #20 by nbturbo