From 1fca59fb2cf093220bdd00e4e023f2c8df202c1d Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 20 May 2025 15:31:04 -0700 Subject: [PATCH 1/3] Update changelog and version for 1.26.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 99ff1a72b..b68801da7 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,15 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.26.0: May 20, 2025 +### Enhancements +* Add support for c++26/2c, gnu++26/2c, and c++23preview configurations. [#12963](https://github.com/microsoft/vscode-cpptools/issues/12963), [#13133](https://github.com/microsoft/vscode-cpptools/issues/13133) +* Update the bundled clang-tidy and clang-format from 1.20.3 to 1.20.5 (bug fixes). +* Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14. + +### Bug Fixes +* Fix an invalid IntelliSense error with C++23 escape sequences. [#13338](https://github.com/microsoft/vscode-cpptools/issues/13338) +* Fix switch header/source for CUDA files. [#13575](https://github.com/microsoft/vscode-cpptools/issues/13575) + ## Version 1.25.3: April 28, 2025 ### Enhancements * Add a configuration warning message explaining why paths in quotes can't be found. [#11955](https://github.com/microsoft/vscode-cpptools/issues/11955) diff --git a/Extension/package.json b/Extension/package.json index f32144179..7ebbf3966 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.25.3-main", + "version": "1.26.0-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md", From a1c33e51e85b7f1f5c6bec47cb7fa07e57f540df Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 20 May 2025 15:55:02 -0700 Subject: [PATCH 2/3] Update. --- Extension/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index b68801da7..ad9624473 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,14 +1,14 @@ # C/C++ for Visual Studio Code Changelog ## Version 1.26.0: May 20, 2025 -### Enhancements +### Enhancement * Add support for c++26/2c, gnu++26/2c, and c++23preview configurations. [#12963](https://github.com/microsoft/vscode-cpptools/issues/12963), [#13133](https://github.com/microsoft/vscode-cpptools/issues/13133) -* Update the bundled clang-tidy and clang-format from 1.20.3 to 1.20.5 (bug fixes). -* Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14. ### Bug Fixes * Fix an invalid IntelliSense error with C++23 escape sequences. [#13338](https://github.com/microsoft/vscode-cpptools/issues/13338) * Fix switch header/source for CUDA files. [#13575](https://github.com/microsoft/vscode-cpptools/issues/13575) +* Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14. +* Update the bundled clang-tidy and clang-format from 1.20.3 to 1.20.5 (for bug fixes). ## Version 1.25.3: April 28, 2025 ### Enhancements From 7948366faf7f7833bee41678833beb806f7d09d9 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 20 May 2025 15:55:30 -0700 Subject: [PATCH 3/3] Fix the date. --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index ad9624473..9bc14b104 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.26.0: May 20, 2025 +## Version 1.26.0: May 22, 2025 ### Enhancement * Add support for c++26/2c, gnu++26/2c, and c++23preview configurations. [#12963](https://github.com/microsoft/vscode-cpptools/issues/12963), [#13133](https://github.com/microsoft/vscode-cpptools/issues/13133)