-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch board does not change anything #115
Comments
For the switch board feature to work you need a |
Ah that is cool! So it is only for imported projects then? Also, is there another trick to choose release/debug for imported projects? I'm experiencing the same issue as raised here:https://forums.raspberrypi.com/viewtopic.php?t=374647 |
Yes, this is only an issue for imported projects To switch build type between release/debug, you need to use the CMake Tools extension integration, and then use the CMake Tools extension to do the switching - see the README for details |
Thanks a lot. This covers it for me. Thanks for your help and fantastic work on this extension for the pico! |
Hello,
Recently found out about this vscode extension, seems like a fantastic upgrade to the eco-system!
To my question/issue:
I imported a copy of a project that I used with the SDK manually setup. It asked a couple of questions like SDK version and stuff.
All good, it builds fine and SWD working and so on, however, I wanted to try the feature of switching board to the pico 2.
Unfortunately, nothing seems to change. For example cmake outputs this:
I did delete my .build to make it as clean as possible.
Maybe im not using this feature correctly?
The text was updated successfully, but these errors were encountered: