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

Sprite icon update doesn't occur on import #166

Closed sam-coster closed 1 year ago

sam-coster commented 1 year ago

The little sprite icons in both the 'recently imported' list and in the project hierarchy don't update after an import, which then requires manually clicking to spotcheck them and see if the sprite has indeed been properly updated.

adam-coster commented 1 year ago

Resolved in v1.54.1, by no longer re-using "Frame IDs" (the random UUIDs generated for each frame), so that VSCode's cache doesn't get in the way.