README.md

July 5, 2025 ยท View on GitHub

VS Code Marketplace Open VSX MIT

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 install
  • npm run watch
  • Press F5 to debug.

Build

  • npm run build