vcser helps you sync extensions across VS Code-based editors on the same machine.
The main experience is the CLI: fast, local, and focused on getting one editor aligned with another without extra setup.
- Sync extensions between VS Code-based editors locally
- Keep the workflow simple with an interactive CLI
- Build on a shared core that can power more than one interface
Requirements:
- Node.js
>=22.13
npx vcserOr install it globally:
npm install -g @vcser/cli
vcserThat launches the vcser CLI wizard.
If you only want the command help:
vcser --helppackages/cli: the primary way to usevcsertodaypackages/core: shared runtime logic for editor detection, sync, and persistence
The desktop app is currently in beta. Stay tuned.
