Skip to content

1.11.25

Compare
Choose a tag to compare
@elahehrashedi elahehrashedi released this 14 Jun 02:01
· 564 commits to main since this release
8d0498c

1.11.25

Improvements:

  • Fix build Error: EMFILE: too many open files. #2288 @FrogTheFrog
  • Add commands to get preset names. PR #2433
  • Add IntelliSense support for debugConfig.console. #2428
  • Add c++23 support. #2475 @sweemer
  • Add support for multiple targets in the CMake task provider. #2122
  • Add setting cmake.showSystemKits. PR #2520 @bharatvaj
  • Add support for "Configure", "Install" and "Test" tasks. #2452
  • Add setting cmake.ignoreCMakeListsMissing. PR #2537 @ilg-ul
  • Add support for "Clean" and "Clean Rebuild" tasks. #2555
  • The extension for CMake language support is replaced. PR #2267 @josetr

Bug Fixes:

  • Clean All Projects menu item builds rather than cleans. #2460
  • Update terminal's environment variables when the kit is changed. #2364
  • Add timeouts for compiler scanning. #1289
  • Fix schema validation for presets version 4. #2490
  • Remove problematic environment variables from the debugger environment. #2442
  • Fix preferredGenerator "Watcom WMake" not working. #2500
  • When debugConfig has specific modes or debugger paths set, the linker check heuristic should be skipped. #2509
  • Exclude environment variables from debugging if the values have newlines. #2515
  • Correctly configure the build environment when using VS 2015 and Ninja in CMakePresets.json. #2516
  • Select the correct VS toolset for Ninja generators with CMake Presets. #2423
  • Fix unhandled exception with CMakePresets.json. #2117
  • Fix issues with compiler argument quoting when configuring IntelliSense. #2563