Andreea Isac
Andreea Isac
With current CMT code base, any project gets a warning from CppTools about. This is with presets on, but even if the currently selected configure preset does define CMAKE_BUILD_TYPE. `The...
@andreeis I am experiencing the same issue with visual studio code 1.57.1 and the CMake Tools extension's version 1.7.3. I see your fix in the release notes. Therefore there is...
Fix1914 - Variable substitution stopped working with release 1.7, related to sourceDirectory and kit info variables. https://github.com/microsoft/vscode-cmake-tools/issues/1914 Will add explanations later, do more cleanup and also ensure more variables are...
Fix for bug https://github.com/microsoft/vscode-cmake-tools/issues/3554. Making configure precondition handler return a boolean helps to differentiate the successful recovery cases so that, for example, when we manage to recover, to continue to...