After update cursor opened as new workspace with no history whatsoever.
Steps to Reproduce
I did open > folder but it didn’t help. I don’t have composer history i left panel. There are folders workspaceStorage and globalStorage in \AppData\Roaming\Cursor\User with files.
Problem solved. The update (probably but not 100% sure) moved my *.code-workspace to the bin and that’s why after restart it lunched with no workspace. Before restart I also was doing GIT --hard reset of lokal branch but it should have anything to do with workspace deletion.
Hey, glad you found the cause. Chat history usually doesn’t disappear on its own. The transcripts are stored locally at %USERPROFILE%\.cursor\projects\{workspace-slug}\agent-transcripts\, and if you open the same workspace as before, the history shows up. When the .code-workspace file went missing, Cursor started without a workspace and showed an empty sidebar.
One thing. If you can confirm that the update moved the .code-workspace file to the Recycle Bin, and it wasn’t something like a git reset that touched it, let me know. The installer shouldn’t touch user files, and if it really did, I want to report it separately.