Skip to content

Commit 430a92a

Browse files
Update CHANGELOG (#4662)
1 parent 3b6980b commit 430a92a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Features:
88
- Add API v5 which adds presets api. [#4510](https://github.com/microsoft/vscode-cmake-tools/issues/4510) [@OrkunTokdemir](https://github.com/OrkunTokdemir)
99
- Add an option to extract details about failing tests from CTest output using regular expressions. [#4420](https://github.com/microsoft/vscode-cmake-tools/issues/4420)
1010
- Add output parser for [include-what-you-use](https://github.com/include-what-you-use). [PR #4548](https://github.com/microsoft/vscode-cmake-tools/pull/4548) [@malsyned](https://github.com/malsyned)
11+
- Add better return information in the API. [PR #4518](https://github.com/microsoft/vscode-cmake-tools/pull/4518)
1112

1213
Improvements:
1314

@@ -21,7 +22,7 @@ Bugs:
2122
- Migrate macOS CI from deprecated macOS-13 to macOS-15 Image [#4633](https://github.com/microsoft/vscode-cmake-tools/pull/4633)
2223
- Ensure Visual Studio developer environment propagation preserves `VCPKG_ROOT`, enabling vcpkg-dependent configure runs after using the Set Visual Studio Developer Environment command. [microsoft/vscode-cpptools#14083](https://github.com/microsoft/vscode-cpptools/issues/14083)
2324
- Fix auto-focusing the "Search" input field in the CMake Cache view. [#4552](https://github.com/microsoft/vscode-cmake-tools/pull/4552) [@simhof-basyskom](https://github.com/simhof-basyskom)
24-
- Remove the demangling feature in the code coverage implementation for now since it doesn't work properly.
25+
- Remove the demangling feature in the code coverage implementation for now since it doesn't work properly. [PR #4658](https://github.com/microsoft/vscode-cmake-tools/pull/4658)
2526
- Fix incorrect IntelliSense configuration when a `UTILITY` has source files. [#4404](https://github.com/microsoft/vscode-cmake-tools/issues/4404)
2627

2728
## 1.21

0 commit comments

Comments
 (0)