|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
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 | | - |
11 | | -## Version 1.29.0: November 4, 2025 |
| 3 | +## Version 1.29.2: December 3, 2025 |
12 | 4 | ### New Feature |
13 | 5 | * 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 | 6 |
|
|
20 | 12 | * Fix 'Find All References' and 'Rename' on `#define` macro definitions. [#6194](https://github.com/microsoft/vscode-cpptools/issues/6194) |
21 | 13 | * Fix anonymous enums not working in gcc/clang modes. [#10436](https://github.com/microsoft/vscode-cpptools/issues/10436) |
22 | 14 | * Fix Doxygen comments at the end of a function. [#13725](https://github.com/microsoft/vscode-cpptools/issues/13725) |
23 | | -* Fix mac framework search path detection to include paths passed in the `includePath` from a configuration provider. [#13993](https://github.com/microsoft/vscode-cpptools/issues/13993) |
| 15 | +* Fix mac framework search path detection to include paths passed in the `includePath` from a configuration provider, and fix omission of unpopulated Mac framework paths. [#13993](https://github.com/microsoft/vscode-cpptools/issues/13993) |
24 | 16 | * Fix formatting with `clang-tidy` randomly getting stuck on Windows (on a call to `GetOverlappedResult`). [#14025](https://github.com/microsoft/vscode-cpptools/issues/14025) |
| 17 | +* Fix IntelliSense with MSVC mode C++23 deduced type construction with `auto`. [#14041](https://github.com/microsoft/vscode-cpptools/issues/14041) |
25 | 18 | * Fix code analysis re-running automatically after a settings change when diagnostics already exist if it was manually instead of automatically invoked. |
26 | 19 | * Reduce the memory usage in a couple cases to reduce the chance of a `bad_alloc` in cpptools. |
27 | 20 | * Update `clang-format` and `clang-tidy` from 21.1.3 to 21.1.4 (fixes some formatting bugs). |
| 21 | +* Fix the handling of the cl.exe `/external:I` argument for IntelliSense configuration. |
28 | 22 | * Fix a case where a large file could cause a `bad_alloc` in cpptools-srv on Windows. |
29 | 23 | * Update the default compiler search to include newer versions of clang/gcc. |
| 24 | +* Fix a potential memory corruption crash of cpptools-srv (related to PCH). |
30 | 25 | * Fix a crash in `detect_encoding`. |
31 | 26 |
|
32 | 27 | ## Version 1.28.3: October 16, 2025 |
|
0 commit comments