How can I get the current buildKit.compiler of C or CXX properties in tasks.json or launch.json ?
Using ${command:cmake.buildKit} I've got just the name, right ?
_Originally posted by @mfdeveloper in https://github.com/microsoft/vscode-cmake-tools/issues/334#issuecomment-673438019_
A new command would have to be added to extract this information. If you have the time, we would accept a PR. You can model it on this PR: #726
Most helpful comment
A new command would have to be added to extract this information. If you have the time, we would accept a PR. You can model it on this PR: #726