You are not signed in to any accounts

Title: Import Settings from VS Code has no effect; “You are not signed in to any accounts” shown while logged in

Where does the bug appear (feature/product)?
Cursor IDE

Operating System
macOS
OS: macOS (Tahoe 26.3.1)

Version Information:

  • Version: 2.6.19 (Universal)

  • VSCode Version: 1.105.1

  • Commit: 224838f96445be37e3db643a163a817c15b36060

  • Date: 2026-03-12T04:07:27.435Z

  • Build Type: Stable

  • Release Track: Default

  • Electron: 39.4.0

  • Chromium: 142.0.7444.265

  • Node.js: 22.22.0

  • V8: 14.2.231.22-electron.0

  • OS: Darwin arm64 25.3.0


Description

Issue 1 – Import from VS Code does nothing

  • Steps to reproduce

    1. Open Settings → General.

    2. Click “Import Settings from VS Code” → “Import”.

  • Expected behavior
    VS Code settings, keybindings, and/or extensions are imported into Cursor and applied (theme, editor options, etc.), or at least a clear message appears describing what was imported.

  • Actual behavior
    No visible change. Cursor’s settings.json remains minimal (e.g. only window.commandCenter and workbench.activityBar.orientation).
    No success or error notification is shown.

    On this machine, ~/Library/Application Support/Code/User/settings.json does not exist, so it appears the import has nothing to read, but the UI gives no feedback about that situation.


Issue 2 – Misleading “You are not signed in to any accounts” message

  • Steps to reproduce

    1. Sign into Cursor with Google.

    2. Open Settings. In the top-left, the account name and Pro Plan are visible, indicating you are logged into Cursor.

    3. Look at the bottom-right account/accounts banner.

  • Actual behavior
    A message says “You are not signed in to any accounts” next to the round account icon.

  • Expected behavior

    • Since the Cursor account (Google) is clearly logged in, this message is confusing.

    • The message likely refers only to GitHub / Copilot / linked external accounts, not the main Cursor login. The UI should reflect that more clearly so users don’t think they’re logged out or unable to sync.


Additional context

  • Command Palette search for “sign in” only shows “Sign Out of GitHub”, which is consistent with Cursor being signed in already and only GitHub/Copilot being separate.

  • Together, the “Import” doing nothing and the “not signed in” message make it hard to tell whether the problem is with account/sync state or with the import feature itself.

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Cursor IDE
  • Cursor CLI
  • Background Agent (GitHub, Slack, Web, Linear)
  • BugBot
  • Somewhere else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)


For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…


Additional Information
Add any other context about the problem here.


Does this stop you from using Cursor?

  • Yes - Cursor is unusable
  • Sometimes - I can sometimes use Cursor
  • No - Cursor works, but with this issue

The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!

I found a manual way to do this. In VS Code, you can export your profile by opening the Command Palette (Ctrl+Shift+P or Cmd+Shift+P), then searching for and selecting “Profiles: Export Profile.” Make sure Extensions is selected, choose a local file as the destination, and save the profile to your preferred location.

To import it on another machine, open the Command Palette again, search for “Profiles: Import Profile,” and select the profile file you previously exported.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.