vscode-cmake-tools
vscode-cmake-tools copied to clipboard
add `CMake: Install Component`
Brief Issue Summary
This is a feature request for CMake: Build Target via Ctrl+Shift+P.
For build I can call CMake: Build and CMake: Build Target.
For install I can call CMake: Install but not CMake: Install Component because its missing. It should work analogously to CMake: Build Target.
Additional Information
I use CMake Tools 1.19.52 with VS Code 1.97.2.
What is the estimated effort? Is this a minimal change or something that would take time to implement?
What is the estimated effort? Is this a minimal change or something that would take time to implement?
@gcampbell-msft could you please answer this question from customer?
ping
@bebuch @Amy-Li03 Thank you for your patience.
I would expect this to be a "medium" feature. It should be relatively easy to follow the pattern of the CMake: Build Target command, and then as you pointed out, the CMake docs define a way to install specific components.
However, I can't make any estimates or guarantees for when we will get to this work based on all of our other priorities. However, I will ensure that it's labeled appropriately and on our backlog.
@bebuch We would encourage you to upvote the original issue as we often use the amount of upvotes from the community to assess priority. Thanks!