Skip to content

Commit fcf11de

Browse files
authored
Update changelog for 1.29.1. (#14058)
1 parent cf5de9c commit fcf11de

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Extension/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.29.1: November 24, 2025
4+
### Bug Fixes
5+
* Fix omission of unpopulated Mac framework paths. [#13993](https://github.com/microsoft/vscode-cpptools/issues/13993)
6+
* Fix IntelliSense with MSVC mode C++23 deduced type construction with `auto`. [#14041](https://github.com/microsoft/vscode-cpptools/issues/14041)
7+
* Fix the handling of the cl.exe `/external:I` argument for IntelliSense configuration.
8+
* Fix a potential memory corruption crash of cpptools-srv (related to PCH).
9+
* Add translations of strings added in 1.29.0.
10+
311
## Version 1.29.0: November 4, 2025
12+
### New Feature
13+
* Enable setting the VS developer environment without running VS Code from the developer command prompt. [#4742](https://github.com/microsoft/vscode-cpptools/issues/4742)
14+
415
### Enhancements
516
* 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)
6-
* Enable setting the VS developer environment without running VS Code from the developer command prompt. [#4742](https://github.com/microsoft/vscode-cpptools/issues/4742)
717
* Add IntelliSense support for `c23` enums with an underlying type. [#13675](https://github.com/microsoft/vscode-cpptools/issues/13675)
818

919
### Bug Fixes

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.29.0-main",
5+
"version": "1.29.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)