I realized recently that this issue I’ve been experiencing isn’t just limited to my device, as I recently showed off an early version of my extension. I’ve been working on this extension for a few months now, and I have (from the beginning) had the extension use MakeCode’s extension definitions so that everything needed could be in the toolbar.
However, even though I’ve it all up correctly (to my knowledge, using the extension system is a mess for me…), upon opening the extension in Blocks instead of JavaScript (I normally only use JavaScript, hence how this flew under my radar for a while), other toolbar categories will break and not show their blocks. Along with this, the category for my extension is also empty.
If anyone could help me fix this issue, it would be greatly appreciated!
I was having the same problem a while ago (e.g. the toolbox(s) were not opening), I don’t know if this helps, but I just waited, and the next day it was fine XD.
The .defl tag cannot be used to define the name of the variable that gets created in that spot, unless you put a .shadow=variable_get for that variable as well, or you define it like block="do thing with $number=variables_get(myNumber)", which is what I usually do. Correcting all those results in this: