chanselka

Results 2 comments of chanselka

I ran into the same (or similar) issue, where `CMake: Set Build Target` shows an empty list (and evaluation of `${command:cmake.launchTargetPath}` fails). Note, I don't have cpptools installed, but clangd...

@MHebes have you tried using ```json "cacheVariables": { "CMAKE_CONFIGURATION_TYPES": "Debug;Release;RelWithDebInfo" } ``` instead? See [CMAKE_CONFIGURATION_TYPES](https://cmake.org/cmake/help/latest/variable/CMAKE_CONFIGURATION_TYPES.html). Also, I noted that your configurations are lowercase. For me (using Ninja Multi-Target) I get...