Skip to content

Releases: microsoft/vscode-cmake-tools

1.17.17

28 Feb 15:12
02c548e
Compare
Choose a tag to compare

1.17.17

Bug Fixes:

  • Fix the regression for inheritance of cache variables and other inheritable fields. #3603

1.17.16

20 Feb 19:58
810cd00
Compare
Choose a tag to compare

1.17.16

Bug Fixes:

  • Fix an issue where we weren't able to run tests when not using Presets. #3589
  • Fix the order of preference for CMake Presets inherit field. #3594

1.17.15

13 Feb 19:30
033a834
Compare
Choose a tag to compare

1.17

Features:

  • Update api.ts to add the getActiveFolderPath method. #3528 @Kemaweyan
  • Add a setting that allows users to enable/disable the Test Explorer integration. #3145
  • Add support for CMake Presets V6 (package presets to run CPack and workflow presets). #2871
  • Add support for pinning CMake commands to the side bar. #3296

Improvements:

  • Improve when the "Configure with Debugger" popup appears and allow for "Do Not Show Again". #3343
  • Add option to disable "Not all open documents were saved" popup. #2889
  • Allow overriding of CMakePresets cache variables and arguments. #1836
  • Improve advanced status bar options configuration by adding an inherit option to the statusBarVisibility setting and by adding the inheritDefault setting. Look at the CMake Options Visibility Configuration docs for more information. #3452

Bug Fixes:

  • Fixed an issue where changing an empty value to a non-empty value using the Cache Editor UI didn't work. PR #3508
  • Fix CMakePresets inheritance for the condition field. PR #3494
  • Ensure that the output is cleared for debugTarget and launchTarget. #3489
  • Fix the inheritance of the environment for CMakePresets. #3473
  • Removed an unnecessary console.assert #3474
  • Avoid running tests after a build failure #3366
  • Make sure we clear the output on builds due to test when Clear output before build is enabled. #1179
  • Ensure that, when switching between presets, the CMake executable is modified. #2791
  • Fixed the key to reference the correct description for the compact option of the cmake.options.advanced.variant.statusBarVisibility setting. #3511
  • Fixed the parsing of C and CXX compiler cache variables when adding a new configure preset from existing compilers. #2773
  • Avoid the pitfalls of using RegExp.exec() in loops, replacing their usage with string.matchAll(). This change is applied to the expand.ts file which deals with expansion of variables in user provided strings. It may address the failures described in issue. #3469
  • Fixed compile_commands.json file corruption with copyCompileCommands when value is equal to default path. #3214 @parniere
  • Fixed status bar visibility options' inherit option default. PR #3579

1.16.32

28 Nov 18:27
8018ef5
Compare
Choose a tag to compare

1.16.32

Improvements:

  • Improve our "smarts" when we attempt to provide PATH's for compilers or ninja. PR #3458

1.16.31

16 Nov 18:59
8d4eb87
Compare
Choose a tag to compare

1.16.31

Bug Fixes:

  • Refactor our attempt to add VS paths to PATH for cl, clang, etc. so that we fix issues with using the wrong compiler. PR #3449

1.16.30

15 Nov 20:59
9e5cd11
Compare
Choose a tag to compare

1.16.30

Bug Fixes:

  • Fixed an issue where finding cl.exe and ninja from Visual Studio was broken. PR #3445

1.16.29

14 Nov 18:39
e5df04f
Compare
Choose a tag to compare

1.16

Features:

  • Support different debug config for different targets. PR #2801 @RichardLuo0
  • Add ability to get a test's WORKING_DIRECTORY in launch.json via cmake.testWorkingDirectory PR #3336

Improvements:

  • Updated debugging documentation to add the LLDB configuration needed for macOS. PR #3332 @slhck
  • In multi-root workspace, the Project Outline View now shows all configured projects. PR #3270 @vlavati
  • Added script mode and ability to connect to externally launched CMake processes. PR #3277
  • Added buttons to the project nodes in the Project Outline View. PR #3354 @vlavati
  • $penv{} macros are expanded in include paths in CMakePresets.json as long as version is 7 or higher. #3310
  • Disable search and select of CMakeLists.txt, if user chooses not to configure project without CMakeLists.txt in the root. PR #3276 @vlavati
  • If the "configure" button of CMakeLists.txt node in the Project Outline is clicked, only the corresponding project is configured. PR #3372 @vlavati
  • Added a command to directly open the extension settings (CMake: Open CMake Tools Extension Settings) and a gear icon button in the Project Status View title bar that calls it. PR #3403
  • Added an icon button in the Project Status View title bar that calls the CMake: Delete Cache and Reconfigure command. PR #3403
  • By default, all of the status bar options are hidden except build, debug, and launch. All of the previous status bar options are now, by default, visible in the Project Status View. These visibility settings can be customized in the cmake.options.advanced setting. This setting can also be accessed via the Project Status View. The cmake.useProjectStatusView setting is now removed. PR #3407 & PR #3417

Bug Fixes:

  • Fix Unhandled Exception if no args are specified in cmake.getLaunchTargetFilename inside an input context of a task. PR #3348 @vlavati
  • Fix incorrect IntelliSense configuration with default/empty CMAKE_BUILD_TYPE using CMakePresets. PR #3363 @deribaucourt
  • Paths containing mingw are no longer removed from the PATH environment variable because the selected MinGW kit is added before the PATH environment variable, rather than after. #3220
  • Fix a bug where CMake: Show Configure or CMake: Show Build commands would run them. #3381 @AbdullahAmrSobh

1.15.31

09 Aug 17:03
ae77f87
Compare
Choose a tag to compare

1.15

Features:

  • Added support for the CMake Debugger. #3093
  • Added support for passing a folder parameter to the cmake.selectActiveFolder command. #3256 @cvanbeek

Improvements:

  • When using CMake presets, the Project Status View now shows the build target along with the build preset. PR #3241
  • IntelliSense resolves headers coming from MacOS frameworks. CMake 3.27 or later is required. #2324
  • Allow configure settings to override the usual arguments the extension is usually passing to cmake. Don't have unremovable options. #1639
  • Allow a way to run CTests in parallel by setting cmake.ctest.allowParallelJobs to true. #3091
  • When clicking Run CTests from the status bar view, it now will bypass the Test Explorer and directly run the CTests. #3151

Bug Fixes:

  • Fix per-folder browse configurations returning incorrect information. #3155
  • Fix triggers of "Bad CMake Executable" error message. #2368
  • Don't ignore empty cache string variables when configuring from presets. #1842
  • Fix active build configuration warning coming from CppTools. #2353
  • Fix our checking for invalid settings when CMakeUserPresets version is different than CMakePresets. #2897
  • Fix the precendence order that we evaluate the cmake.parallelJobs setting. #3206
  • Decreased the number of cases where we reconfigure erroneously upon usage of cmake.getLaunchTargetPath. #2878

1.14.34

28 Jun 22:25
Compare
Choose a tag to compare

1.14.34

Bug Fixes:

  • Updated experiment to toggle cmake.useProjectStatusView automatically.

1.14.33

Bug Fixes:

  • Set Cmake: Use Project Status View to false by default. This setting may be subject to A/B experimentation in 1.14 releases. To opt-out of experimentation, set the cmake.useProjectStatusView setting explicitly in settings.json. PR #3199

1.14.33

05 Jun 22:02
0b46c29
Compare
Choose a tag to compare

1.14.33

Bug Fixes:

  • Set Cmake: Use Project Status View to false by default. This setting may be subject to A/B experimentation in 1.14 releases. To opt-out of experimentation, set the cmake.useProjectStatusView setting explicitly in settings.json. PR #3199