bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
111 stars 13 forks source link

When the runtime is not found, try to auto-install the IDE #157

Closed adam-coster closed 1 year ago

adam-coster commented 1 year ago

Currently when the user tries to run the project from VSCode, it fails with an error popup if the runtime matching the IDE is not found. It's not at all obvious to users how to deal with this error.

This should only occur if:

Given that, the appropriate move would be to auto-install and launch the appropriate IDE version instead of telling the user to do that!