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

Add setting for deleting whole build dir when clean configuring #3783

Closed andreeis closed 6 days ago

andreeis commented 1 month ago

Fix for bug https://github.com/microsoft/vscode-cmake-tools/issues/3515. At the community request, add a new boolean setting for deleting the whole build directory when configuring-clean (as opposed to deleting only the cache file and a smaller subfolder under the structure of the build dir).