From 62fb8e82bf5c42cc19ca5524550810eb20bcc166 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 17 Feb 2026 14:08:47 -0800 Subject: [PATCH 1/3] Update changelog for 1.31.0. --- Extension/CHANGELOG.md | 10 ++++++++++ Extension/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 9c428d087..f6b3d4ec9 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,15 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.31.0: February 19, 2026 +### Enhancement +* Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046) + * Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX) [PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108) +* Update SQLite to see if that fixes issues with the previous update. [#14142](https://github.com/microsoft/vscode-cpptools/issues/14142) + +### Bug Fixes +* Fix an IntelliSense error with deducing `this` (explicit object member functions) with conversion operators. [#14140](https://github.com/microsoft/vscode-cpptools/issues/14140) +* Fix `embed-dir` compiler arguments not being handled for IntelliSense. [#14154](https://github.com/microsoft/vscode-cpptools/issues/14154) + ## Version 1.30.5: February 9. 2026 ### Bug Fix * Fix a potential language server deadlock after editing code. diff --git a/Extension/package.json b/Extension/package.json index bced48e10..d70e9cb74 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2,7 +2,7 @@ "name": "cpptools", "displayName": "C/C++", "description": "C/C++ IntelliSense, debugging, and code browsing.", - "version": "1.30.5-main", + "version": "1.31.0-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md", From a84cc813e3ecc684c578d68de8a5ca9b87e2c322 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 17 Feb 2026 14:09:17 -0800 Subject: [PATCH 2/3] Minor change. --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index f6b3d4ec9..a3d89974c 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,7 +1,7 @@ # C/C++ for Visual Studio Code Changelog ## Version 1.31.0: February 19, 2026 -### Enhancement +### Enhancements * Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046) * Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX) [PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108) * Update SQLite to see if that fixes issues with the previous update. [#14142](https://github.com/microsoft/vscode-cpptools/issues/14142) From 882fe578014b0d914192c75e3872b0c7c5d79eeb Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 18 Feb 2026 10:36:20 -0800 Subject: [PATCH 3/3] Update. --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index a3d89974c..c4183d5b7 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -4,7 +4,7 @@ ### Enhancements * Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046) * Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX) [PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108) -* Update SQLite to see if that fixes issues with the previous update. [#14142](https://github.com/microsoft/vscode-cpptools/issues/14142) +* Update SQLite to the latest version. ### Bug Fixes * Fix an IntelliSense error with deducing `this` (explicit object member functions) with conversion operators. [#14140](https://github.com/microsoft/vscode-cpptools/issues/14140)