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