Hello!
There is an “annoying” behaviour in the Makecode editor when developing a custom extension. If I accidentally click on the main.blocks file (or select Blocks at the top) the custom extension code gets converted into one large block.
Switching back to JavaScript now shows that all the variables have been appended with a number 2 in this process:
It’s not really much of an issue if reverted straight away but I’ve managed to miss it and made other changes and then the commit looks really messy.
So my question is, are there any adverse effects if I just delete main.blocks file in the extension to prevent this?
Thanks!