Microsoft has announced the Version 1.22 release of the CMake Tools extension for Visual Studio Code. Improvements in the updated version include project outline updates for filtering and bookmarking CMake targets in large CMake projects and expanded CTest support to customize this output.
Visual Studio Code is Microsoft’s open source code editor that shares part of a name, but not much else, with full Visual Studio. It is open source under a MIT license and development has been conducted on GitHub.
![]()
CMake is an open-source, cross-platform tool that uses compiler and platform independent configuration files to generate native build tool files specific to your compiler and platform. The CMake …
Microsoft has announced the Version 1.22 release of the CMake Tools extension for Visual Studio Code. Improvements in the updated version include project outline updates for filtering and bookmarking CMake targets in large CMake projects and expanded CTest support to customize this output.
Visual Studio Code is Microsoft’s open source code editor that shares part of a name, but not much else, with full Visual Studio. It is open source under a MIT license and development has been conducted on GitHub.
![]()
CMake is an open-source, cross-platform tool that uses compiler and platform independent configuration files to generate native build tool files specific to your compiler and platform. The CMake Tools extension integrates VS Code and CMake so developers can configure, build, and debug projects.
The first improvement of note is the ability to filter the Project Outline view. The developers say that navigating through large CMake projects with many nested targets can sometimes be difficult. The Project Outline view has been updated to have filtering and bookmarking support, making it easier to manage your CMake targets.
A new bookmark option can be used to bookmark commonly used CMake targets so they appear in a dedicated Bookmarks section in the CMake sidebar. This is intended to provide quick access to targets you build, debug, or run most often, without having to repeatedly search through the full project hierarchy.
This release also improves the CTest experience by adding support for configurable failure patterns. With the new Failure Patterns setting, you can tell CMake Tools how to interpret test output so failures surface more useful and structured information.
The Public API has been improved in this release to provide more information about CMakePresets, and an output parser has been added to parse include-what-you-use output to generate warning and note diagnostics about missing or superfluous #includes and forward declarations.
Visual Studio Code CMake Tools 1.22 is available now.
![]()
More Information
1.22 Release of the CMake Tools Extension on Marketplace
Related Articles
Copilot Studio Extension For Visual Studio Code Now Available
CMake Debugger Added To VS Code
VSCode SQL Extension Gets Schema Designer
Microsoft Releases Prompty Extension For VSCode
VS Code Extensions Can Now Use Copilot APIs
To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info