Heavily inspired by the vs-sprig, this extension gives you the ability develop and play your Sprig games without leaving your editor. This whilst still trying to use as much of VSCodes built-in features as possible.
Features
Play Sprig games inside the editor.
Automatic loading of new code (restart required for them to be applied).
console.log output via a custom Output channel.
Multiple games running in parallell.
Custom setTimeout & setInterval. Automatic clearing on game stop.
Planned features
Running via the debug menu (when i figure out how the DA API works)
Fully customizable via Extension Settings
Commands
SprigKit: Open game from workspace: Opens the game panel and loads the game code from dist/index.js.
SprigKit: Open game from file: Opens the game panel and loads the game code from the currently opened file.