From 9ea4ba26247d56d13939be9c168d7846c9dba2aa Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 2 Jul 2026 17:16:34 -0700 Subject: [PATCH] Update changelog and version for 1.33.3. --- Extension/CHANGELOG.md | 14 +++++++++++++- Extension/package.json | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 13757a930..f028025b6 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,9 +1,21 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.33.3: July 6, 2026 +### Enhancement +* Allow platform overrides in `cppbuild` tasks. [#11601](https://github.com/microsoft/vscode-cpptools/issues/11601) + +### Bug Fixes +* Fix `[[no_unique_address]]` empty-base layout `sizeof` being computed too large. [#14524](https://github.com/microsoft/vscode-cpptools/issues/14524) +* Fix C/C++ debug data-tips on members of a dereferenced expression. [PR #14540](https://github.com/microsoft/vscode-cpptools/pull/14540) + * Thanks for the contribution. [@tieo](https://github.com/tieo) +* Fix `clang-format`/`clang-tidy` version check failing on Windows. [PR #14552](https://github.com/microsoft/vscode-cpptools/pull/14552) +* Fix Windows backslash paths being mangled when adding an SSH target. [PR #14554](https://github.com/microsoft/vscode-cpptools/pull/14554) +* Fix "directory_cache" crashes. +* Fix spurious IntelliSense error on `std::variant` brace-initialization. + ## Version 1.33.2: June 26, 2026 ### Bug Fixes * Fix a regression with 'Find All References' with functions that exist in both C and C++ files. [#14546](https://github.com/microsoft/vscode-cpptools/issues/14546) -* Fix some regression crashes. ## Version 1.33.1: June 23, 2026 ### Bug Fixes diff --git a/Extension/package.json b/Extension/package.json index 24df79369..41abfff67 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.2-main", + "version": "1.33.3-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md", @@ -7266,4 +7266,4 @@ "uuid": "^11.1.1", "undici": "^7.28.0" } -} +} \ No newline at end of file