microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.43k stars 430 forks source link

Fix UI for settings override of package presets #3770

Closed andreeis closed 1 month ago

andreeis commented 1 month ago

Fix for bug https://github.com/microsoft/vscode-cmake-tools/issues/3769.

The "*" star used to represent settings overrides of various tools behind presets (like ctest.exe) was not working for cpack.exe. Some extra wiring needed to be done so that all cpack functionality was matching ctest and the UI to behave correctly.