1.18.43
1.18.43
Features:
- Upgrade
cmake_minimum_required
version 3.0.0 -> 3.5.0. #3793
Improvements:
- Add setting for deleting entire build dir when clean configuring. #3515
Bug Fixes:
- Fix issue "Logs are unavailable when running tests from the Test Explorer" and display properly the test output. #3140
- Fix issue with "Test Results Not Found" when
cmake.ctest.allowParallelJobs
is disabled. #3798 - Update localized strings for Project Status UI and quick pick dropdowns. #3803, #3802
- Fix issue where new presets couldn't inherit from presets in CmakeUserPresets.json. These presets are now added to CmakeUserPresets.json instead of CmakePresets.json. #3725
- Fix issue where CMakeTools does not recheck CMake Path to see if user installed CMake after launching VS Code. 3811
- Fix issue where
cmake.buildToolArgs
was sometimes applied incorrectly when presets are used #3754 - Fix issue where
preferredGenerator.platform
andpreferredGenerator.toolset
wasn't being compared between the old and new kit to trigger a clean configure on a kit selection change. #2699 - Still allow for users to add
--warn-unused-cli
. Now instead of overriding, it will remove our default--no-warn-unused-cli
. #1090 - Ensure
useCMakePresets
context is set after making a CMakePreset.json withQuick Start
. #3734