Skip to content

Commit b03ca0b

Browse files
committed
Update changelog with debugger changes.
1 parent dc0ba67 commit b03ca0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
### New Feature
55
* Add support for run without debugging. [#1201](https://github.com/microsoft/vscode-cpptools/issues/1201)
66

7-
### Enhancement
7+
### Enhancements
88
* Add a `C_Cpp.doxygen.generateOnCodeAction` setting to allow disabling of Doxygen generation code actions. [#14341](https://github.com/microsoft/vscode-cpptools/issues/14341)
9+
* Improve wildcard matching with the debugger natvis. [MIEngine#1162](https://github.com/microsoft/MIEngine/issues/1162)
10+
* Add support for `HideRawView` with the debugger natvis. [MIEngine#1458](https://github.com/microsoft/MIEngine/issues/1458)
911

1012
### Bug Fixes
1113
* Fix high CPU usage caused by repeated calls to `selectChatModels`. [#14168](https://github.com/microsoft/vscode-cpptools/issues/14168), [#14211](https://github.com/microsoft/vscode-cpptools/issues/14211), [#14241](https://github.com/microsoft/vscode-cpptools/issues/14241)
1214
* Fix the MSVC developer environment not working if `UCRTVersion` isn't found, and update the walkthrough instructions for installing MSVC. [#14352](https://github.com/microsoft/vscode-cpptools/issues/14352)
1315
* Fix Copilot hover taking too many premium requests. [#14372](https://github.com/microsoft/vscode-cpptools/issues/14372)
16+
* Fix null pointers being expandable for variables in the debugger. [MIEngine#698](https://github.com/microsoft/MIEngine/issues/698)
17+
* Fix recursive `{this}` evaluation with the debugger natvis. [MIEngine#1391](https://github.com/microsoft/MIEngine/issues/1391)
1418
* Update clang-tidy and clang-format from 22.1.1 to 22.1.3 (bug fixes).
1519
* Fix a bug with semantic colorization of operators.
1620

0 commit comments

Comments
 (0)