Is there API to get the selected Kit - e.g. the getter equivalent to cmake.setKitByName #4886
Unanswered
jonahgraham
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have an extension that automates creating a CMake project for my custom work. As part of this I do a
executeCommand('cmake.setKitByName', 'mykitname');But I want to do this only if the kit has not already been set by other methods.Is there a method/command to get the kit name or a boolean to find out if it is unspecified?
All reactions