From 27a558afbffba239d85b85f3f8f7afec151e4250 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Fri, 31 Jul 2026 02:17:53 +0000 Subject: [PATCH] Add 1.33.6 changelog entry and bump version --- Extension/CHANGELOG.md | 11 +++++++++++ Extension/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 6fc5b98be..c0e8bbe12 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,16 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.33.6: July 31, 2026 +### Bug Fixes +* Fix a spurious recursive includes (`**`) debug console log warning for paths merged from `c_cpp_properties.json` when `C_Cpp.mergeConfigurations` is enabled. [#14125](https://github.com/microsoft/vscode-cpptools/issues/14125) + * Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes) [PR #14620](https://github.com/microsoft/vscode-cpptools/pull/14620) +* Fix custom configurations being discarded when `C_Cpp.mergeConfigurations` is enabled and a provider supplies the file `uri` as a `vscode.Uri`. [#14621](https://github.com/microsoft/vscode-cpptools/issues/14621) + * Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes) [PR #14624](https://github.com/microsoft/vscode-cpptools/pull/14624) +* Fix potential browse database corruption when the same workspace is opened by multiple processes on Linux and macOS. +* Fix a crash when reading files saved in certain multibyte encodings such as GB18030 or EUC-JP. +* Fix an incorrect file path in an error message on Windows. +* Other potential crash fixes. + ## Version 1.33.5: July 28, 2026 ### Bug Fixes * Fix the remote process picker `ps` command not working with some shells. [#14442](https://github.com/microsoft/vscode-cpptools/issues/14442) diff --git a/Extension/package.json b/Extension/package.json index fba109be9..dc6d5a98a 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.33.5-main", + "version": "1.33.6-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",