sgranade / choicescript_vscode

VS Code plugin for ChoiceScript development
MIT License
9 stars 1 forks source link

Embedded game running #32

Open CareyJWilliams opened 7 months ago

CareyJWilliams commented 7 months ago

At the moment games are launched in a separate browser window. My understanding is that many users like the ability to code and test side-by-side. I'll be exploring getting games to run in VS Code Web Views as an alternative.

This should be possible but it might make debugging with CDT (#31) challenging.

CareyJWilliams commented 5 months ago

Implemented in #33.