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

Need to clean-configure when running workflow with workflow-configure-preset different than project-configure-preset #3767

Closed andreeis closed 1 month ago

andreeis commented 1 month ago

Brief Issue Summary

Found issues on real world code when working on PureVirtual video. It is needed to run a clean configure when running a workflow that has a configure preset different than what the project is associated with. This is to avoid various configure errors that occur for non-clean configure.

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response