Skip to content

Commit 2c26037

Browse files
authored
Update changelog and version for 1.31.1 (#14239)
* Update changelog and version for 1.31.1
1 parent 318f705 commit 2c26037

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.31.1: March 9, 2026
4+
### Enhancements
5+
* Update clang-tidy and clang-format from 21.1.4 to 22.1.0.
6+
* Update support for the latest compiler versions.
7+
8+
### Bug Fixes
9+
* Add IntelliSense support for `__builtin_is_implicit_lifetime`.
10+
* Fix three IntelliSense process crashes.
11+
* Fix a bug with `-embed-directory`.
12+
* Add some missing translations.
13+
314
## Version 1.31.0: February 19, 2026
415
### Enhancements
516
* Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.31.0-main",
5+
"version": "1.31.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)