I'm new to VSCode, so I'm unsure whether this is a bug ... or just me!
I have a launch.json file with:
When hit F5 (run) for the "Run on fenix 6X Pro", all works just fine for debugging. And, I am not asked to select a device from a list, the Fenix 6X Pro is used.
BUT: When I do the same for "Run all tests" - then I am asked to select device. So, seem "device" in launch.json is ignored when running tests!?
Btw: In Eclipse I could choose to run just one test, and not all, how can I do the same when using VSCode?