We just ran into an issue with multiple build names for nRF Connect's plugin for VSCode on Mac.
Start with "Launch build_a", "Launch build_a_v1", and "Launch build_a_v2".
Launching "Launch build_a" fails with the error "there are multiple builds with the same name" implying it is checking the prefix matches, instead of a full name comparison.
Changing the name to "Launch build_a_v3" including the corresponding directory fixed the issue as a workaround, so we're not blocked.
Unclear if this is also a problem on windows.
Unlikely it matters, but the toolchain we're relying on is 2.6.1.
-Carl
