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: Extension/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
3
## Version 1.31.3: March 23, 2026
4
+
### Enhancements
4
5
* Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046)
5
6
* Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX)[PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108)
* Update clang-tidy and clang-format from 21.1.4 to 22.1.1.
7
9
* Update support for the latest compiler versions.
8
10
* Update SQLite to the latest version.
@@ -12,6 +14,7 @@
12
14
* Fix `embed-dir` compiler arguments not being handled for IntelliSense. [#14154](https://github.com/microsoft/vscode-cpptools/issues/14154)
13
15
* Fix workspace symbol search with `scope::variable` not working after symbols are deleted and then added back. [#14200](https://github.com/microsoft/vscode-cpptools/issues/14200)
14
16
* Fix bugs where a path was checked for existence but not whether it was a file or a folder. [#14257](https://github.com/microsoft/vscode-cpptools/issues/14257)
17
+
* Fix the Call Hierarchy Callers Of progress UI not showing. [#14287](https://github.com/microsoft/vscode-cpptools/issues/14287)
15
18
* Add IntelliSense support for `__builtin_is_implicit_lifetime`.
0 commit comments