From 6e2d2bcc976e7da5201a5b5ee10723e4c2f20e0b Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Sat, 4 Oct 2025 10:28:38 -0700 Subject: [PATCH 1/2] 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..13a8fe6e0 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 high hitting crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980) * A potential fix for a crash. ## Version 1.28.0: September 25, 2025 From baa5497ff16f8d355030bf921e12e9ffc0742509 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Sat, 4 Oct 2025 10:37:26 -0700 Subject: [PATCH 2/2] Minor change --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 13a8fe6e0..f4f4fbceb 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -4,7 +4,7 @@ ### 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 high hitting crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980) +* 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