Extension Sync
Save installed extensions in your User Settings JSON file.
Backup
- Install your favorite extensions
- Run the
Extension Sync: Save to User Settings JSON command from the command palette
- Backup your settings.json file
- Windows:
%APPDATA%\Code\User\settings.json
- macOS:
$HOME/Library/Application\ Support/Code/User/settings.json
- Linux:
$HOME/.config/Code/User/settings.json
Restore
- Restore your settings.json file
- Install this extension
- Run the
Extension Sync: Load from User Settings JSON command from the command palette
Settings
{
"extensionSync": [
"catppuccin.vscode",
"esbenp.prettier-vscode",
// ...
]
}
| |