
Security News
gem.coop Tests Dependency Cooldowns as Package Ecosystems Move to Slow Down Attacks
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.
Sync Settings Pro
Advanced tools
Affected versions:
Effortlessly synchronize, back up, and restore your VS Code settings, keybindings, extensions, and profiles across devices.
Sync Settings
Effortlessly synchronize and manage your editor's settings, extensions, profiles, and more across all your devices.
Works with VS Code, Theia, and compatible editors.
Open repository settings:
# Open Command Palette and select:
Sync Settings: Open the repository settings
Upload your settings:
# Upload user settings to your repository:
Sync Settings: Upload (user → repository)
Download settings on another device:
# Download repository settings to your user setup:
Sync Settings: Download (repository → user)
Sync Settings uses a settings.yml file for initial configuration:
hostname: "my-laptop" # Optional: device name
profile: main # Required: profile name
repository:
type: git # Required: file, git, rsync, or webdav
url: "https://github.com/username/repo.git" # Example for Git
repository:
type: rsync
host: "my.server.com"
path: "/backup/vscode-settings"
repository:
type: webdav
url: "https://webdav.server.com/remote.php/webdav/vscode-settings"
username: "yourUser"
password: "yourPassword"
| Type | Description |
|---|---|
file | Store config locally |
git | Use local/remote Git repo (GitHub, GitLab) |
rsync | Sync via rsync/SSH to remote dir |
webdav | Use a WebDAV server |
You control what to sync in your settings.json:
{
"syncSettings.resources": [
"extensions",
"keybindings",
"settings",
"snippets",
"tasks",
"uiState"
],
"syncSettings.ignoredExtensions": [
"theme-vintage",
"company.plugin"
],
"syncSettings.ignoredSettings": [
"editor.fontFamily",
"workbench.colorTheme"
],
"syncSettings.keybindingsPerPlatform": true
}
"syncSettings.resources": [ "extensions", "settings" ]
You can also sync your custom files. Add them in settings.json:
"syncSettings.additionalFiles": [
"~globalStorage/my-app-data.json",
"~/.bash_aliases",
"~/Documents/my_note.md",
"~editorStorage/plugin.backup"
]
Supported path prefixes:
| Prefix | Maps to... |
|---|---|
~/ | Home directory |
~editorStorage/ | Extensions folder |
~globalStorage/ | User global state location |
⚠️ Syncing
settings.ymlis not required and will result in an error!
"syncSettings.additionalFiles": [
"~/src/project/settings.local.json"
]
If your profile's data/extensions folder contains a .vsix file, it will take priority for extension installation.
Reveal the extensions directory:
Sync Settings: Reveal the profile in the file explorer
Example folder structure:
data
└── extensions
├── ms-python.python-2024.5.123456789.vsix
└── ms-vscode.cpptools-1.17.4.vsix
Profiles store separate setups for different use-cases.
You can create or switch any time.
Sync Settings: Create a new profile
Sync Settings: Switch to profile
Profiles can inherit (extend) resources from another:
profile: dev
extends:
- base
- work
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
Type: Sync Settings
Enable settings for specific platforms or editor versions:
{
// #if(os="mac")
"editor.fontWeight": "300",
// #elif(os="windows")
"editor.fontWeight": "400",
// #else
"editor.fontWeight": "500"
// #endif
}
Add hooks to run scripts before/after sync in settings.yml:
hooks:
beforeUpload: "sh ./pre-upload.sh"
afterDownload: "npm run local-setup"
Schedule tasks using cron syntax in settings.json:
"syncSettings.crons": {
"review": "0 * * * *", // Every hour
"download": "0 9 * * *", // 9:00 AM daily
"upload": "0 17 * * *" // 5:00 PM daily
}
Note: Remote sync only supports extensions.
This is useful for Codespaces/WSL/Remote SSH.
Partial support: settings, keybindings, tasks, and additional files.
Extensions sync is not available in Theia.
Thank you for using Sync Settings!
FAQs
Effortlessly synchronize, back up, and restore your VS Code settings, keybindings, extensions, and profiles across devices.
We found that ko-zu-gun-studio.synchronization-settings-vscode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.