Hey everyone, I have been working on a RISC-V language generator for a while now. It is made on the advanced_playground.html file because the tutorial suggested it:
https://blocklycodelabs.dev/codelabs/custom-generator/index.html
I added my custom generator using "playground.addGenerator('RISC V', codelabGenerator);"
How would I go about removing the other generators that are visible by default? Thank you! :)