Skip to content

Commit ecdfabd

Browse files
authored
Update changelog and TPN. (#14298)
1 parent 6e96c3e commit ecdfabd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Extension/CHANGELOG.md

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

33
## Version 1.31.3: March 23, 2026
4+
### Enhancements
45
* Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046)
56
* Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX) [PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108)
7+
* Remove unnecessary `console.debug` logging. [#14294](https://github.com/microsoft/vscode-cpptools/issues/14294)
68
* Update clang-tidy and clang-format from 21.1.4 to 22.1.1.
79
* Update support for the latest compiler versions.
810
* Update SQLite to the latest version.
@@ -12,6 +14,7 @@
1214
* Fix `embed-dir` compiler arguments not being handled for IntelliSense. [#14154](https://github.com/microsoft/vscode-cpptools/issues/14154)
1315
* 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)
1416
* 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)
1518
* Add IntelliSense support for `__builtin_is_implicit_lifetime`.
1619
* Fix three IntelliSense process crashes.
1720
* Fix some missing translations.

Extension/ThirdPartyNotices.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17651765
core-util-is 1.0.3 - MIT
17661766
https://github.com/isaacs/core-util-is#readme
17671767

1768+
Copyright Node.js contributors
17681769
Copyright Joyent, Inc. and other Node contributors
17691770

17701771
Copyright Node.js contributors. All rights reserved.
@@ -2598,6 +2599,7 @@ merge2 1.4.1 - MIT
25982599
https://github.com/teambition/merge2
25992600

26002601
Copyright (c) 2014-2020 Teambition
2602+
(c) Teambition (https://www.teambition.com)
26012603

26022604
The MIT License (MIT)
26032605

0 commit comments

Comments
 (0)