From 9de70ca69a0dd256211ccab8e3a99f5e47fa45ca Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 7 Jul 2026 17:37:21 -0700 Subject: [PATCH] Update changelog and version for 1.33.4. --- Extension/CHANGELOG.md | 6 ++++++ Extension/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index f028025b6..0d8e5c500 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,11 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.33.4: July 8, 2026 +### Bug Fixes +* Fix the wording for the `#include` errors detected message. [#8227](https://github.com/microsoft/vscode-cpptools/issues/8227) +* Fix another "directory_cache" crash. +* Update some localization. + ## Version 1.33.3: July 6, 2026 ### Enhancement * Allow platform overrides in `cppbuild` tasks. [#11601](https://github.com/microsoft/vscode-cpptools/issues/11601) diff --git a/Extension/package.json b/Extension/package.json index 41abfff67..eb08ea14f 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.3-main", + "version": "1.33.4-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",