Skip to content

Commit cd5cc3a

Browse files
committed
Update MIEngine changelog entries.
1 parent f6cc1fb commit cd5cc3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# C/C++ for Visual Studio Code Changelog
22

33
## Version 1.31.5: April 20, 2026
4+
### Enhancements
5+
* Improve wildcard matching with the debugger natvis. [MIEngine#1162](https://github.com/microsoft/MIEngine/issues/1162)
6+
* Add support for `HideRawView` with the debugger natvis. [MIEngine#1458](https://github.com/microsoft/MIEngine/issues/1458)
7+
48
### Bug Fixes
59
* Fix `Reinstalling the Extension.md` not being found. [#14389](https://github.com/microsoft/vscode-cpptools/issues/14389)
610
* Fix the `C/C++ DevTools` extension language service tools not working after the `C/C++` extension updates via `Restart Extensions`. [#14392](https://github.com/microsoft/vscode-cpptools/issues/14392)
11+
* Fix null pointers being expandable for variables in the debugger. [MIEngine#698](https://github.com/microsoft/MIEngine/issues/698)
12+
* Fix recursive `{this}` evaluation with the debugger natvis. [MIEngine#1391](https://github.com/microsoft/MIEngine/issues/1391)
713

814
## Version 1.31.4: March 31, 2026
915
### Bug Fix

0 commit comments

Comments
 (0)