46.7 is unusably slow; am I the only person with this problem. I tried uninstalling it multiple times and reinstalling it; shutting down my computer and its always the same; there is no exact error; it is just so slow to the point the most commands do not even work. Even typing something takes forever; one character at a time.
I am running it on:
Intel(R) Core™ i5-9300H CPU @ 2.40GHz 2.40 GHz
24.0 GB RAM
64-bit operating system, x64-based processor
Windows 11 Home
1.35TB free of 1.8TB on C Drive.
You’re not alone! 46.7 seems to have performance issues for some users. Have you checked for background processes or tried running it in compatibility mode? Sometimes a clean reinstall with settings reset helps. Hope they patch it soon!
Hi All, here is the fix from isarmstrong. Worked for me, I now have my Cursor back again!: [quote=“isarmstrong, post:9, topic:54684, full:true”]
Okay easy fix. It’s just a corrupted workspace.
You have two options in the terminal
Nuke it from orbit rm -rf ~/Library/Application\ Support/Cursor/User/workspaceStorage
Drop just your project workspace profile
cd /path/to/your/project
rm -rf .vscode
Either way, next time you open your project, the crashes will be gone.
[/quote]