100% remove cursor?

I have uninstalled cursor but all of the settings and extentions remain. Is there a way to do a CLEAN install and remove everything?

On macOS, I have to remove the following to have a clean Cursor re-installation:

  1. rm -rf ~/Library/Application Support/Cursor
  2. rm -rf ~/.cursor*

ok im on windows but im sure its app data which is similar. thanks brother

For Windows, uninstall doesn’t really do much. You must manually delete ton of stuff. Cursor guys really needs to improve this behavior.

You need to delete following folders:

%USERPROFILE%\AppData\Local\Programs\cursor*
%USERPROFILE%\AppData\Local\Cursor*
%USERPROFILE%\AppData\Roaming\Cursor*
%USERPROFILE%\cursor*

Cursor has nothing to do with it, that’s just how VSCode works.

@teve4me: This topic had already been discussed, “extentively” even:

nop, didint work

same issue, can’t reinstall. Tried downloading 8 times, even the deleting folders

Issuing rm -rf ~/Library/Application Support/Cursor looked like it succeeded from the terminal, and an echo $? returned 0, but the files were still there. I had to nuke them from the Finder… odd.

rm -rf ~/Library/Application\ Support/Cursor

use escape \ for space