The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
Mozilla Public License 2.0
129
stars
16
forks
source link
Use extension dependencies #59
Closed
will-v-pi closed 2 months ago
Use extension dependencies, rather than installing as an extension pack
This fixes uninstall issues, where uninstalling the extension would also uninstall the Microsoft C/C++ extensions
This now requires a separate package for OpenVSX, as that package can't depend on the Microsoft C/C++ extensions, as they're not availble on OpenVSX
Fixes #51 and #55