Skip to content

Commit

Permalink
Update changelog before snap (#7975)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet authored Feb 7, 2025
2 parents 7a70e56 + 99561f1 commit 1bc01ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
- Debug from .csproj and .sln [#5876](/~https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.65.x
* Update Roslyn LSP to run on .NET 9 (PR: [#7946](/~https://github.com/dotnet/vscode-csharp/pull/7946))
* Update Roslyn to 4.14.0-2.25106.12 (PR: [#7969](/~https://github.com/dotnet/vscode-csharp/pull/7969))
* Maintain whitespace when converting to switch expression (PR: [#77083](/~https://github.com/dotnet/roslyn/pull/77083))
* Fix extra whitespace insertion for completion text edits (PR: [#77071](/~https://github.com/dotnet/roslyn/pull/77071))
* Realize less of the syntax tree during AbstractSemanticModelReuseLanguageService.GetPreviousBodyNode (PR: [#77032](/~https://github.com/dotnet/roslyn/pull/77032))
* Fix issue loading project with relative path globs (PR: [#76961](/~https://github.com/dotnet/roslyn/pull/76961))
* Fix: Ensure DOTNET_ROOT is reset user defined value during test execution (PR: [#76819](/~https://github.com/dotnet/roslyn/pull/76819))
* Update Roslyn LSP server to target .NET 9 (PR: [#76938](/~https://github.com/dotnet/roslyn/pull/76938))
* Update ICSharpCode.Decompiler to 8.2.0.7535 (PR: [#71837](/~https://github.com/dotnet/roslyn/pull/71837))
* Reduce CPU costs under AnalyzerExecutor.ExecuteSyntaxNodeActions (PR: [#76894](/~https://github.com/dotnet/roslyn/pull/76894))
* Add code snippets for C# expression-bodied properties (PR: [#5683](/~https://github.com/dotnet/vscode-csharp/pull/5683))
* Sync whitespace options even when detectIndentation is on (PR: [#7965](/~https://github.com/dotnet/vscode-csharp/pull/7965))
* Bump Razor (PR: [#7940](/~https://github.com/dotnet/vscode-csharp/pull/7940))
Bump xamltools to 17.14.35807.11(PR: [#7976]( /~https://github.com/dotnet/vscode-csharp/pull/7976))

# 2.64.x
Expand Down

0 comments on commit 1bc01ee

Please sign in to comment.