e4mi/extension-sync
1
0
Fork
You've already forked extension-sync
0
  • JavaScript 100%
2026年03月18日 01:35:18 +01:00
extension.js 2025年03月17日 2025年03月17日 22:42:14 +00:00
icon.png 2026年03月18日 2026年03月18日 01:35:18 +01:00
icon.svg 2026年03月18日 2026年03月18日 01:35:18 +01:00
package.json 2026年03月18日 2026年03月18日 01:35:18 +01:00
README.md 2025年03月17日 2025年03月17日 22:42:14 +00:00

Extension Sync

Save installed extensions in your User Settings JSON file.

Backup

  1. Install your favorite extensions
  2. Run the Extension Sync: Save to User Settings JSON command from the command palette
  3. 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

  1. Restore your settings.json file
  2. Install this extension
  3. Run the Extension Sync: Load from User Settings JSON command from the command palette

Settings

{
 "extensionSync": [
 "catppuccin.vscode",
 "esbenp.prettier-vscode",
 // ...
 ]
}