Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.19 KB

File metadata and controls

27 lines (19 loc) · 1.19 KB

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