From 55dffa0e9629134e755b34977ecbd07ed1988c03 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 24 Jun 2026 09:31:30 -0700 Subject: [PATCH] Fix errors in the previous changelog. --- Extension/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 577a7c798..4eae63bb2 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,8 +1,9 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.33.1: June 24, 2026 +## Version 1.33.1: June 23, 2026 ### Bug Fixes -* Fix some crash regressions. +* Fix 'Find All References' dropping valid references when a template parameter type has a typedef alias in only one translation unit. [#14344](https://github.com/microsoft/vscode-cpptools/issues/14344) +* Fix a crash regression on file open. * Fix IntelliSense incorrectly resolving `#include` files through a symbolic link after the target directory was deleted from disk. * Fix "tag parsing finished" status randomly getting reported too soon after a 'Reset IntelliSense Database' command.