Skip to content

1.2.0

Compare
Choose a tag to compare
@bobbrow bobbrow released this 05 Nov 22:37
53f8f55

1.2.0

Thank you to the following CMake Tools contributors: @KoeMai, @bjosa, @emanspeaks, @Som1Lse,
@dcourtois, @tsing80, @andy-held, @notskm, @TheZogoth, @yokuyuki, @dbird137, @FabianoGK, @randshot.

@vector-of-bool has moved on to other things and Microsoft is now maintaining this extension. Thank you @vector-of-bool for all of your hard work getting this extension to where it is today!

Breaking changes:

  • The publisher id changes to ms-vscode.cmake-tools.
    • This requires that you uninstall earlier versions of the extension.
  • Scanning for kits is able to detect more accurately multiple Visual Studio installations.
    The CMake Tools Extension is still able to work with the old definition VS kits, but for simplicity and to avoid duplicates, the extension will prompt for permission to delete them when the "Scan for kits" command is invoked.

Features:

  • Support for localized messages.
  • Cross compile support for CppTools integration.
  • Adapt CppTools integration to API version 3. #637
  • Expand kit environment variables. #460
  • Add new commands: launchTargetDirectory, buildType, buildDirectory. #334, #654, #564, #559, #695
  • Add support for VS2010.

Improvements:

  • Restructuring of the CMake Driver.
  • Improve stability of CMake Generator Selection. #512
  • Refactor and extend CMS-server driver test.
  • Rework the CMake Build from a terminal to a task.
  • Add Launch target test.
  • Increase wait time in test to open terminal.

Bug fixes:

  • Cannot execute current target without a debugger. #601
  • Path clobbering by bad kit file env. #701, #713
  • Target install missing. #504
  • CTest controller updated on reconfig. #212
  • Recalculate total for every run of CTest.
  • Debug target does not find GDB. #375