From 2f7da0642590c9025c84b10e8c692d005e26741b Mon Sep 17 00:00:00 2001 From: David Barbet Date: Mon, 17 Nov 2025 10:09:48 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c4b1bf9..dd25b774c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # 2.100.x +* Fix issue refreshing colorization after project loads (PR: [#8787](https://github.com/dotnet/vscode-csharp/pull/8787)) * See 2.97.x for full list of changes. # 2.97.x