CodeBridge
Premium, theme-aware configuration sync for VS Code-based editors — Visual Studio Code, Cursor, Windsurf, and VSCodium.
Features
- Theme-aware dashboard — adapts automatically to light, dark, high-contrast, and custom editor themes. No hardcoded colors; everything inherits your editor's theme.
- Sync everything — Settings, Extensions, Keybindings, Snippets, Profiles, Tasks, Debug Configuration, and Workbench state.
- Clear status — Synced, Syncing, Changes Available, Conflict, Warning, Error, and Offline, shown with icon + label + color.
- Export wizard — Select → Review → Security → Export, with optional AES-256 encryption for your archives.
- Import preview — review exactly what will change before anything is applied, with an automatic backup first.
- Native feel — familiar icons, keyboard navigation, focus states, and a layout that responds to your editor theme and panel size.
Getting started
Open the dashboard:
- Command palette → CodeBridge: Open Dashboard, or
- Click the CodeBridge status bar item.
Then press Sync Now to store your first snapshot. Your configuration is stored locally in ~/.codebridge (git-backed by default).
Commands
| Command |
Description |
| CodeBridge: Open Dashboard |
Open the dashboard |
| CodeBridge: Sync Now |
Store snapshots for all enabled items |
| CodeBridge: Export... |
Open the export wizard |
| CodeBridge: Import... |
Open the import flow |
| CodeBridge: Reveal Sync Store |
Open the sync store folder |
Settings
| Setting |
Default |
Description |
codebridge.provider |
git |
Storage provider: git or local |
codebridge.storePath |
(empty) |
Choose where your sync store lives |
codebridge.autoSync |
false |
Sync automatically after changes |
codebridge.autoBackup |
true |
Backup before applying an import |
codebridge.gitRemote |
(empty) |
Optional git remote for push/pull |
| |