From 488104d4de13f252768be74c897c08c3f06bd25c Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 4 Aug 2026 21:52:49 +0000 Subject: [PATCH 1/2] Update changelog for 1.33.6 --- Extension/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index c0e8bbe12..beda59edd 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,15 +1,18 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.33.6: July 31, 2026 +## Version 1.33.6: August 4, 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 a tag parser crash when a UTF-8 string literal is concatenated with a narrow string literal containing an invalid multibyte sequence. * 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. +* Various localization updates. * Other potential crash fixes. +* Update dependencies. ## Version 1.33.5: July 28, 2026 ### Bug Fixes From 1b2c06fee83942f484f4772ec696ef9a533afc20 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 4 Aug 2026 22:13:10 +0000 Subject: [PATCH 2/2] Remove an entry. --- Extension/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index beda59edd..fa0dd4284 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -10,7 +10,6 @@ * 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. -* Various localization updates. * Other potential crash fixes. * Update dependencies.