I am trying to figure out if I can use existing extenstions in a custom makecode tutorial. Specifically the Neopixel extension with Microbit.
Is there a way to use extensions in the tutorials space
I have built my custom tutorial with
https://makecode.com/writing-docs/tutorials
The below does not work as the neopixel extension is not enabled in the tutorial.
let strip2 = neopixel.create(DigitalPin.P0, 24, NeoPixelMode.RGB)