ZeroSync VS Code Extension
ZeroSync enables real-time collaboration by synchronizing workspace files across teammates using a session key.
Run Locally
- Install dependencies:
npm install
- Build the extension:
npm run compile
- 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"
| |