bscotch / stitch

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

When SpriteSources are not found an error icon should be added to the tree instead of having a popup #156

Closed adam-coster closed 1 year ago

adam-coster commented 1 year ago

Currently when Stitch VSCode boots up it tries to find the SpriteSources listed in the project's config. However, if that config was set up in a non-portable way this cause a "loud" error (a toast in the UI).

It would be better to have that fail gracefully, e.g. by putting a caution icon in the tree next to the source and changing the hovertext instead of having the toast pop up.