Cursor has become completely unusable when working with C# after I clicked the in-app update notification. About 5 seconds after launching a C# workspace, the app freezes and crashes every single time. This prevents me from using Cursor at all for my primary development work.
Interestingly, I confirmed that the issue does not occur when opening Python projects — only C# triggers the crash so far.
Because of this, I’ve been forced to switch to VS Code until this is fixed.
Does this happen to you on every C# project, or just this specific one?
Are you able to look at your console (CTRL+SHIFT+P to open the Command Palette → Developer: Toggle Developer Tools) and see if anything appears before the crash?
Could you also open the Task Manager and see what processes spawn when you open Cursor, if anything looks out of the ordinary?
Finally, it might be related to some extension you have installed that interacts poorly with the new update. Could you open the Command Palette and perform an extension bisect, and let me know if it’s one of the extensions? Help → Start Extension Bisect
I should specify this is for a Unity C#. I don’t have another C# project to use it on but I can try one. I’ve also disabled all C# and Unity extensions, and it still crashes.
In the developer console I’m not sure if this error is the cause of it:
I just got v50 today so if it leaks I’ll know soon. Prior versions I would leave open all week long 24/7 with no issues. Whenever I have time to tinker with my project I just alt tab into a running cursor instance and pick up where I left off with no issues. I have not had any issues other than at random the model setting I like to use gets reset to “Auto” but that’s probably by design.