From 0819521f09cb0109373d2336b3544ec1cbe1e594 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 20 Nov 2025 13:11:22 -0800 Subject: [PATCH] Update changelog for 1.29.1. --- Extension/CHANGELOG.md | 12 +++++++++++- Extension/package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 9b664bcf1..1bb68b5a0 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,9 +1,19 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.29.1: November 24, 2025 +### Bug Fixes +* Fix omission of unpopulated Mac framework paths. [#13993](https://github.com/microsoft/vscode-cpptools/issues/13993) +* Fix IntelliSense with MSVC mode C++23 deduced type construction with `auto`. [#14041](https://github.com/microsoft/vscode-cpptools/issues/14041) +* Fix the handling of the cl.exe `/external:I` argument for IntelliSense configuration. +* Fix a potential memory corruption crash of cpptools-srv (related to PCH). +* Add translations of strings added in 1.29.0. + ## Version 1.29.0: November 4, 2025 +### New Feature +* Enable setting the VS developer environment without running VS Code from the developer command prompt. [#4742](https://github.com/microsoft/vscode-cpptools/issues/4742) + ### Enhancements * Add built-in file associations for C++ extensionless system headers and set `C_Cpp.autoAddFileAssociations` to `false` by default. [#4077](https://github.com/microsoft/vscode-cpptools/issues/4077) -* Enable setting the VS developer environment without running VS Code from the developer command prompt. [#4742](https://github.com/microsoft/vscode-cpptools/issues/4742) * Add IntelliSense support for `c23` enums with an underlying type. [#13675](https://github.com/microsoft/vscode-cpptools/issues/13675) ### Bug Fixes diff --git a/Extension/package.json b/Extension/package.json index 4340a5dea..c0fe7c503 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.29.0-main", + "version": "1.29.1-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",