Hey,
I am having an issue where I am running cursor on windows but developing in a devcontainer of a ubuntu system and I’m having issue with file paths.
The chat window will try to open files with
\workspaces\path\to\file while the devcontainer is using /workspaces/path/to/file
This has quite a few consequences such as
- No automatic file context when I open the chat window
- “The editor could not be opened because the file was not found” when trying to open a file linked by the chat
- Issues applying diffs - have to manually open the file first for the chat window to find the file to apply to.