Since loading latest VS Code with Pico Extension on my Mac, I cannot seem to figure out how to select a debug target in cmake files with multiple targets.
Seems only option is to create projects with single targets now.
What happened to selecting debug target or is this a VS Code thing?
See the CMake Tools Extension Integration section of the readme - you will need to enable this to use CMake files with multiple targets, and then select what target to debug using the CMake Tools extension
Since loading latest VS Code with Pico Extension on my Mac, I cannot seem to figure out how to select a debug target in cmake files with multiple targets.
Seems only option is to create projects with single targets now.
What happened to selecting debug target or is this a VS Code thing?