cursor-upgrade-migration

Featured

Upgrade Cursor versions, migrate from VS Code, and transfer settings between machines. Triggers on "upgrade cursor", "update cursor", "cursor migration", "cursor new version", "vs code to cursor", "cursor changelog".

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cursor Upgrade & Migration Upgrade Cursor IDE versions, migrate from VS Code, and transfer configurations between machines. ## Version Upgrades ### Auto-Update (Recommended) Cursor checks for updates automatically. When available: 1. A notification appears: "A new version is available" 2. Click "Restart to Update" or go to `Help` > `Check for Updates` 3. Cursor downloads, installs, and restarts ### Manual Update If auto-update fails or is disabled: ```bash # macOS (Homebrew) brew upgrade --cask cursor # macOS/Linux/Windows: Download latest from # https://cursor.com/download # Linux AppImage: replace the old file curl -fSL https://download.cursor.com/linux/appImage/x64 -o cursor.AppImage chmod +x cursor.AppImage ``` ### Pre-Upgrade Checklist ``` [ ] Note current version: Help > About [ ] Check release notes: changelog.cursor.sh [ ] Backup settings: macOS: cp -r ~/Library/Application\ Support/Cursor/User ~/cursor-settings-backup Linux: cp -r ~/.config/Cursor/User ~/cursor-settings-backup [ ] Export extension list: cursor --list-extensions > extensions-backup.txt [ ] Commit any unsaved work to git [ ] Note any custom keybindings (keybindings.json) ``` ### Post-Upgrade Verification ``` [ ] Cursor launches without errors [ ] Sign-in still active (check top-right user icon) [ ] AI features work: try Cmd+L, type a question [ ] Tab completion works: type code, see ghost text [ ] Extensions loaded: Cmd+Shift+X, verify list [ ] Custom keybindings preserved: ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category