e4mi/extension-sync
vscode extension syncing
https://marketplace.visualstudio.com/items?itemName=e4mi.extension-sync
| extension.js | 2025年03月17日 | |
| icon.png | 2026年03月18日 | |
| icon.svg | 2026年03月18日 | |
| package.json | 2026年03月18日 | |
| README.md | 2025年03月17日 | |
Extension Sync
Save installed extensions in your User Settings JSON file.
Backup
- Install your favorite extensions
- Run the
Extension Sync: Save to User Settings JSONcommand 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 JSONcommand from the command palette
Settings
{
"extensionSync": [
"catppuccin.vscode",
"esbenp.prettier-vscode",
// ...
]
}