Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ZeroSyncNew to Visual Studio Code? Get it now.
ZeroSync

ZeroSync

Hemant Thakur

| (0) | Free
Real-time collaboration and workspace synchronization for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ZeroSync VS Code Extension

ZeroSync enables real-time collaboration by synchronizing workspace files across teammates using a session key.

Run Locally

  1. Install dependencies:
npm install
  1. Build the extension:
npm run compile
  1. Run with the Extension Development Host:
  • Press F5 in VS Code
  • In the new window, open the project you want to sync

Commands

  • ZeroSync: Start Collaboration
  • ZeroSync: Join Collaboration
  • ZeroSync: Stop Collaboration
  • ZeroSync: Show Connected Users
  • ZeroSync: Start Project Environment

Docker Storage Mode

If your project files live in a Docker bind mount, enable:

"zerosync.storageMode": "docker"

ZeroSync will detect the bind mount from docker-compose.yml. You can override:

"zerosync.docker.storagePath": "C:\\path\\to\\bind-mount"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft