I logged-out and logged back in and now Cursor is in a strange mode ! All plugins/extensions are missing, rules and skills are missing

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I just logged out of my account. Then logged back in. Now cursor shows no plugins/extensions. Marketplace also comes up empty for previous plugins. The theme is just strange. Many settings are missing. The IDE seems to have reverted to some old version.

Steps to Reproduce

Logout.
Log back in.

Expected Behavior

Nothing this drastic should have changed when I just logged back in.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.2.21 (Universal)
VSCode Version: 1.105.1
Commit: 806df57ed3b6f1ee0175140d38039a38574ec720
Date: 2026-05-03T01:46:14.413Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Additional Information

I can see the extensions in the ‘~/.cursor/extensions’ but the IDE shows nothing. I had a custom theme installed it is also missing. Some the rules and skills I had are also missing.

Does this stop you from using Cursor

No - Cursor works, but with this issue

Even after I removed and reinstalled Cursor the issue still exists.

Version: 3.2.21 (Universal)
VSCode Version: 1.105.1
Commit: 806df57ed3b6f1ee0175140d38039a38574ec720
Date: 2026-05-03T01:46:14.413Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Hey, thanks for the detailed report. This looks like a mismatch between the profile and extension database and the UI. Your files are still on disk as expected, you can see that in your last screenshot with ~/.cursor/extensions, rules, and skills, but the IDE isn’t picking them up. That’s why reinstalling didn’t help, it doesn’t touch user data.

Before we dig deeper, can you check a couple of things:

  1. Open the Command Palette Cmd+Shift+P and run Developer: Reload Window. Sometimes after re-auth, the extension host doesn’t fully load.
  2. In the same place, run Profiles: Switch Profile. Check if you accidentally switched to an empty profile during login. If you see a profile with your settings, select it.
  3. Go to Help → Toggle Developer Tools → Console tab. If you see any red errors about extensions, profile, or storage, please send a screenshot or paste the text. That would help a lot.

If none of that helps, tell me and we can look at ~/Library/Application Support/Cursor/User/profiles/. There should be an active profile there with an extensions.json.

This is a known issue we’re tracking on our side, but I can’t share an ETA for a fix yet.

Trying 'Developer: Reload Window' after 'Cmd+Shift+P' just gives me the option start a new agent and that also fails to run the command.

I completely removed Cursor. Then installed the Arm64 version instead of the Universal version I had before. But even starting from scratch has made no difference. I'm unable to add the previously added extensions because the marketplace shows no results.

Version: 3.2.21
VSCode Version: 1.105.1
Commit: 806df57ed3b6f1ee0175140d38039a38574ec720
Date: 2026-05-03T01:46:14.413Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

The option for profiles is missing from Settings (or am I wrong that it existed before ?)