You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Soloboi's Settings Sync is primarily designed for Antigravity. It allows you to seamlessly synchronize your settings, keybindings, extensions, and snippets across multiple devices using GitHub Gist.
Works With
Antigravity (Tested & Recommended)
VS Code (Compatible)
Features
One-Click Synchronization: Sync everything with a single command or button.
GitHub Gist Integration: Securely store and version your configurations.
Auto-Backup: Automatically creates local backups before applying remote changes.
Selective Sync: Fine-grained control over which settings to ignore across different machines.
Extension Management: Keep your extension list in sync, with optional auto-cleanup of local-only extensions.
Gist History: Browse and rollback to previous configuration versions.
Cross-Platform Note (VS Code <-> Antigravity)
Some settings can be omitted when syncing between VS Code and Antigravity.
Antigravity is VS Code-based, but Antigravity-only settings may be difficult to apply directly in VS Code.
Some settings may require manual user edits.
Omitted settings are shown to the user after sync.
Commands
Command
Description
soloboisSettingsSync.login
Login to GitHub to enable synchronization.
soloboisSettingsSync.logout
Logout from GitHub.
soloboisSettingsSync.syncNow
Perform a full sync (Upload & Download).
soloboisSettingsSync.uploadNow
Manually upload current local settings to Gist.
soloboisSettingsSync.downloadNow
Manually download and apply settings from Gist.
soloboisSettingsSync.showHistory
Open the history of your settings Gist.
Settings
Setting
Default
Description
soloboisSettingsSync.gistId
""
GitHub Gist ID for synchronization. Auto-created on first upload.
soloboisSettingsSync.autoSyncOnStartup
true
Automatically download and apply settings on startup.
soloboisSettingsSync.autoUploadOnChange
true
Automatically upload settings when local configuration changes.
soloboisSettingsSync.autoUploadDelay
5000
Delay (ms) before auto-uploading after a change.
soloboisSettingsSync.ignoredSettings
[]
List of setting keys (glob patterns) to exclude from sync.
soloboisSettingsSync.removeExtensions
false
Automatically uninstall extensions not present in the remote list.
soloboisSettingsSync.publicGist
false
Use Public Gist instead of Secret (Private) for storage.
Security
Private by Default: All sync Gists are created as Secret (Private) to ensure your settings are not public.
Secure Authentication: Uses VS Code's built-in Authentication Provider; we never touch your password.