Project isnt loading in

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I opened another chat window, maybe i had to many at this point, but the entire editor window went blank. closing/reopening doesnt seem to fix the issue, restarting cursor also didnt fix the issue.

Steps to Reproduce

im not sure how to reproduce, all i did was open a new chat tab.

Expected Behavior

cursor editor should not be able to enter a failure state without recovery options. if the chat window is the issue it should just clean it out and let me open the project.

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

impossible to see this information with this non functional editor but i updated last monday.

Additional Information

other projects also cant be opened, it only shows the black screen with a faint line in the middle.

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey thanks for the report

Workaround (verified solution):

  1. Close Cursor completely
  2. Go to: ~/.config/Code/User/workspaceStorage/
  3. Find your project folder (inside there’s a workspace.json - check the path)
  4. Delete the files state.vscdb and state.vscdb.backup
  5. Restart Cursor

Cursor will create a new state file automatically. The downside is you’ll lose open tabs and chat history for that workspace.

If the issue affected all your projects (like you mentioned “other projects also can’t be opened”), you might need to repeat this for each workspace, or try a full reinstall:

  • Delete ~/.config/Cursor completely (backup .cursor from home if you have important settings there, you can also export your profile and then import it later)
  • Reinstall Cursor

Why this happens: This bug is related to corrupted workspace state, it often happens when you open the chat window

Let me know if the workaround doesn’t work or if you need help finding your workspace folder.

Similar threads with solutions:

Thank you, i had to delete the .config/Cursor directory to resolve the issue but performance is not the same somehow, it seems to hang for a second or so when starting up, it never did that before.

I notice though the UI panels are now flipped left to right, how do i change this back permanently as restarting cursor seems to revert my choice and flip them back again?

How can i get rid of this panel flipping?

every time i open a new window all existing windows flip their panels back to chat on the left and file explorer on the right, i want it flipped the other way but seems to be impossible after “fixing” the issue yesterday