Skip to content

1.12.26

Compare
Choose a tag to compare
@elahehrashedi elahehrashedi released this 31 Aug 21:29
· 508 commits to main since this release
2caa54a

1.12.26

Improvements:

  • Support for presets version 4. #2492 @chausner
  • Triggering reconfigure after changes are made to included files. #2526 @chausner
  • Add target name to terminal window name for launch. #2613
  • Add support for "preset" and "env" in task provider. #2636 #2553 #2714 #2706
  • Add Craig Scott's "Professional CMake" book to the list of resources in doc/faq.md for learning CMake. #2679 @david-fong

Bug Fixes:

  • CMakeUserPresets.json version not detected without CMakePresets.json. #2469 @chausner
  • Do not prompt to select a Kit if "cmake.configureOnOpen" is "false". #2538
  • Don't delete CMakeCache.txt when switching kits if the buildDirectory also changes. #2546 @david-fong
  • Set the working directory for the file api driver. #2569
  • Add "description" properties to the cmake.revealLog setting. #2578
  • Detect clang-cl.exe compilers that are not bundled with Visual Studio. #2622
  • Clear output channel after auto-reconfigure. #2628
  • Fix issues with launching the target in PowerShell terminal. #2650 #2621 #535
  • Respect VS Code setting "insertSpaces" when updating preset files via GUI. #2677
  • CMake install task does not run in terminal. #2693
  • Deprecation warnings show up as errors in Problems view. #2708