Solutions for common problems and FAQs
Cursor Settings
> Network
and click Run Diagnostics
. This will test your connection to Cursor’s servers and help identify any network-related issues that might be affecting AI features, updates, or other online functionality.
Cursor relies on HTTP/2 for AI features because it handles streamed responses efficiently. If your network doesn’t support HTTP/2, you may experience indexing failures and AI feature issues.
This occurs on corporate networks, VPNs, or when using proxies like Zscaler.
To resolve this, enable HTTP/1.1 fallback in app settings (not Cursor settings): press CMD/CTRL + ,
, search for HTTP/2
, then enable Disable HTTP/2
. This forces HTTP/1.1 usage and resolves the issue.
We plan to add automatic detection and fallback.
Check Your Extensions
Settings
> Application
> Experimental
and toggle Extension Monitor: Enabled
. This will prompt you to restart Cursor.Open it: Cmd/Ctrl + Shift + P
→ Developer: Open Extension Monitor
.Cursor runs your extensions in one or more extension hosts. Usually, most of your extensions will run in the same extension host, which means an extension consuming a lot of CPU time can suffocate its neighboring extensions!The Extension Monitor will show:cursor --disable-extensions
from the command line. If performance improves, re-enable extensions one by one to identify problematic ones.Try Extension Bisect to identify problematic extensions. Read more here. Note: this works best for immediate issues, not gradual performance degradation.Use the Process Explorer
Cmd/Ctrl + Shift + P
) → Developer: Open Process Explorer
.Review processes under:extensionHost
: Extension-related issuesptyHost
: Terminal resource consumptionMonitor System Resources
Testing a Minimal Installation
I see an update on the changelog but Cursor won't update
I have issues with my GitHub login in Cursor / How do I log out of GitHub in Cursor?
Sign Out of GitHub
from the command palette Ctrl/⌘ + Shift + P
.I can't use GitHub Codespaces
I have errors connecting to Remote SSH
SSH Connection Problems on Windows
Ctrl + Shift + X
)Cursor Tab and Inline Edit do not work behind my corporate proxy
"cursor.general.disableHttp2": true
in settings (Cmd/Ctrl + ,
, search http2
).I just subscribed to Pro but I'm still on the free plan in the app
When will my usage reset again?
Manage Subscription
in the Dashboard to view your renewal date.Free users: Check your first Cursor email date. Usage resets monthly from that date.My Chat/Composer history disappeared after an update
How do I uninstall Cursor?
How do I delete my account?
Delete Account
in the Dashboard. This permanently deletes your account and all associated data.How do I open Cursor from the command line?
cursor
in your terminal. If the command is missing:⌘⇧P
install command
Install 'cursor' command
(optionally install code
command to override VS Code’s)Unable to Sign In to Cursor