Virtual filesystem causes an AI generating loop

:lady_beetle: Provide a clear description of the bug
When working with a workspace comprising of a virtual file system that is not initialized, AI generating will be always stuck at ‘generating’. This only happens when Cursor loads the workspace at launch.

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

:counterclockwise_arrows_button: Explain how to reproduce the bug (if known)
No idea, though you probably just need to copy this, open it in a Cursor, and click Open Workspace. Then reload Cursor.
workspace.code-workspace:
{
“folders”: [
{
“path”: “.”
},
{
“name”: “0”,
“uri”: “craftos-pc://0/”
}
],
“settings”: {}
}

:laptop: Tell us your operating system and your Cursor version (e.g., Windows, 0.x.x).
AMD Ryzen 5 5600X 6-Core Processor 3.70 GHz
64,0 GB
Windows 11
NVIDIA GeForce GTX 1660 SUPER
Cursor x64-0.47.8

:prohibited: Tell us if the issue stops you from using Cursor.
Just need to remember to clear my workspace, and connect to the file system every time. Annoying, but understandable something like this isn’t supported.

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