From 856a6dc96550109448ff089da2186b5ce86298fa Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 6 Oct 2025 14:00:05 -0700 Subject: [PATCH] Update changleog (2nd time). (#13981) * Update changlog (2nd time). --- Extension/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 3190ca284..f4f4fbceb 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,9 +1,10 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.28.1: October 6, 2025 +## Version 1.28.1: October 7, 2025 ### Bug Fixes * Fix extension activation getting stuck when certain SSH config files are processed (by the SSH targets view feature). [#13966](https://github.com/microsoft/vscode-cpptools/issues/13966) * Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967) +* Prevent .js files from being tag parsed to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980) * A potential fix for a crash. ## Version 1.28.0: September 25, 2025