Whenever I connect via SSH to work and then use the coding agent/code for a bit, the IDE eventually crashes. The only way for me to reuse the cursor after this point is to force-quit, restart the computer, and then use it again. Force-quitting and reopening doesn’t work because it gets stuck on the opening phase. Any tips on what I can do? I tried reinstalling the latest version of cursor. I am using it on a Mac.
CLI not found: that’s normal, you need to install it separately. Open the Command Palette Cmd + Shift + P and type Install 'cursor' command. After that, cursor will be available in the terminal.
But you can do it without the CLI too. To run without extensions, open Cursor, then right away open the Command Palette Cmd + Shift + P and run Extensions: Disable All Installed Extensions. Then connect over SSH and try working. See if it still crashes.
By the way, you said Remote SSH is installed but you’re not using it. How are you connecting over SSH then? Through the built-in terminal?
Also, I’ll need:
The full Cursor version: Help > About, copy everything.
Before the next crash, open Help > Toggle Developer Tools, go to the Console tab. After it crashes, send what shows up there (if you have time).
And when Cursor gets stuck after a force quit, try killing all Cursor processes in Activity Monitor (find every process named “Cursor” and force quit them). You might not need to reboot your computer.
Right now, I just switched to using the CLI tool, and nothing is crashing, so I will just use that for now at least. I just use the Connect via SSH button when I open the cursor; I don’t use the Remote SSH extension.