stitch icon indicating copy to clipboard operation
stitch copied to clipboard

stitch.diagnostics.suppressGroup is not working

Open Kurasami opened this issue 3 months ago • 1 comments

As mentioned in #287 Stitch is throwing 5k+ errors due to it not liking Chatterboxes scripts.

I tried adding this folder to stitch.diagnostics.suppressGroup and it doesn't seem to do anything.

Am I doing something wrong?

Image

Kurasami avatar Nov 16 '25 09:11 Kurasami

Ah, sorry that option description is confusing. By "full path" it's supposed to mean the pathname of the Group (GameMaker's term for a "folder") in your project's resource tree.

For example, if all of the Chatterbox assets are in your resource tree under a Group /Stuff/Chatterbox then that's what you'd put here. The project Group paths are unrelated to the on-disk file paths.

I can't remember if it matters if the initial / is on the path or not, so try it both ways if it doesn't work the first way. JuJu Adams does a good job of keeping assets grouped together in his packages, so this all should work for that.

adam-coster avatar Nov 25 '25 16:11 adam-coster

Hey was this actually fixed? Your solution didn't work. If you fixed it or there's another solution could you please give an example that prevents it from throwing all these warnings?

My scripts folder is doing the exact same thing and I had notifications on to see if this was ever going to be dealt with.

Thanks!

825i avatar Jan 07 '26 18:01 825i

It's still working as intended, at least for me. See the screenshot for an example:

Image

In this case, any diagnostics coming from resources in that Modules/BscotchPack/AsyncManager folder do not show up in my "Problems" panel.

adam-coster avatar Jan 07 '26 21:01 adam-coster