Open Chat as Editor doesn't work on SSH instances and locks up the editor permanently for a opened folder on the SSH

Hey, thanks for the report. This is a known issue. It’s already logged, and there’s an active thread with workarounds here: “Open Chat as Editor” causes permanent black screen when reopening project

For the SSH case (based on your video, it looks like you’re using Remote SSH):

Close Cursor completely, then on the remote machine delete the corrupted state:

rm -rf ~/.cursor-server
rm -rf ~/.cursor

On your local machine (Windows), find the workspace storage for this project:

  • Open %AppData%\Cursor\User\workspaceStorage\
  • Find the folder for your project (open workspace.json in each subfolder)
  • Delete state.vscdb and state.vscdb.backup in that folder (WARNING: this will delete all chat history, so make a backup first)

Reconnect over SSH and it should work.

Important: Until this is fixed, don’t use “Open Chat as Editor”. If you need the chat in the editor, just drag the chat tab into the editor area.

Let me know if it still doesn’t help.