raspberrypi / pico-vscode

The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico
Mozilla Public License 2.0
132 stars 16 forks source link

Disable and Uninstall button actions not updated to this extension #77

Closed ilg-ul closed 2 months ago

ilg-ul commented 2 months ago

The Disable and Uninstall buttons in the extension setup page perform the corresponding actions on the C/C++ extension, not on the Pico extension:

d

u

I did press the Disable button and it really did that, it disabled the C/C++ extension and all dependents.

(FYI: The xPack C/C++ Managed Build Tools extension has nothing to do with the Pico extension, it depends only on the C/C++ extension.)

I guess this is the result of a copy/paste from the initial code, not updated later, and it shouldn't be that difficult to fix.

will-v-pi commented 2 months ago

Already fixed in #59 so will be in the next release - this issue was us installing as an Extension Pack, rather than using extension dependencies