if I close all open tabs, close Cursor, and then reopen it. The problem still exist.
if I open the project, the problem is exist.
but if I open other project, the problem is disappear.
So I guess, it is effect by some cache, but I don’t know where it is.
Check if there is a .vscode folder in your project containing the settings.json file. If it doesn’t contain anything important to you, try deleting it, this should resolve the issue.
It is initially determined that the problem occurs in this file: C:\Users\Administrator\AppData\Roaming\Cursor\User\workspaceStorage\3fdf8090e5d671a7ae0f57ada5b0077d\state.vscdb.
This is a SQLite database.
backup it, then delete it…
After I delete it, the problem is solved,
but the notepad data and history are also lost.
At present, I am temporarily unable to determine which field specifically causes the problem.
That DB is the SQLite DB that all your Chats and Composers are stored in.
I have a thingy I making right now that allows you to browse that, search it and back ALL of it up to Postgres in real-time…
However I YOLOd it into theis world and I certainly can YOLO your ■■■ back out (Yolo broke it when I tried to add some stuff - so I need to go back and fix… but given company at house for NYE - I wont be releasing it till then…
Its a different approach than what Specstory does. and it works across all Cursor sqlite instances (projects) and it works when multiple Cursor Agents are adding Composer Threads into the DB (each Composer will create its own Composer sesssions for Chat and for Edit (Composer Agent)…