MicroPico (aka Pico-W-Go) is a Visual Studio Code extension designed to simplify and speed up the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards.
I love MicroPico, but I would really love to see the option to used other firmwares. Not sure how that might be done, if even possible.
Is your feature request related to a problem? Please describe.
This came about because I compiled a custom uf2 for my pico that includes ulab. The inclusion of slab certainly doesn't break the extension, but it would be nice to have proper type hinting for that
Possible solution
The extension could either be compiled with a firmware uf2 that includes ulab, or (probably far more difficult) give an option to load a different uf2 into the extension.
Would love to see Circuit Python support (I think that falls under this). This is the best extension for VS Code for MicroPython and would be fantastic if it could support various similar platforms.
Support for locally compiled firmware
I love MicroPico, but I would really love to see the option to used other firmwares. Not sure how that might be done, if even possible.
Is your feature request related to a problem? Please describe.
This came about because I compiled a custom uf2 for my pico that includes ulab. The inclusion of slab certainly doesn't break the extension, but it would be nice to have proper type hinting for that
Possible solution
The extension could either be compiled with a firmware uf2 that includes ulab, or (probably far more difficult) give an option to load a different uf2 into the extension.