microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.1k stars 588 forks source link

Tutorial snippet highlights: check for the flyout flag to not include icon, clicking #10228

Closed srietkerk closed 1 month ago

srietkerk commented 1 month ago

The icons are a bit clunky for Minecraft hour of code, and also don't make much sense because there are no toolbox categories with the flyoutOnly flag being used. Thus, we want to prevent the icons from being added when the flyoutOnly flag is being used in tutorials.

Fixes https://github.com/microsoft/pxt-minecraft/issues/2562