README.md
July 5, 2025 ยท View on GitHub
Install - Visual Studio Marketplace
Install - Open VSX
VS Code extension to automatically synchronize user-specified files (scripts, assets, etc.) for game projects on godot.
Features
- Select source and target directories.
- Configure file extensions to watch.
- Start/Stop synchronization via UI or commands.
- View synchronization log in the side panel.
Development
Requires Node.js (18.x or higher).
Setup & Run
npm installnpm run watch- Press
F5to debug.
Build
npm run build