You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Features:
8
8
- Add API v5 which adds presets api. [#4510](https://github.com/microsoft/vscode-cmake-tools/issues/4510)[@OrkunTokdemir](https://github.com/OrkunTokdemir)
9
9
- 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)
10
10
- 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)
11
12
12
13
Improvements:
13
14
@@ -21,7 +22,7 @@ Bugs:
21
22
- Migrate macOS CI from deprecated macOS-13 to macOS-15 Image [#4633](https://github.com/microsoft/vscode-cmake-tools/pull/4633)
22
23
- 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)
23
24
- 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)
25
26
- Fix incorrect IntelliSense configuration when a `UTILITY` has source files. [#4404](https://github.com/microsoft/vscode-cmake-tools/issues/4404)
0 commit comments