File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
55
66# 2.55.x
7+ * Switch to new log output window API and remove ` dotnet.server.trace ` (PR: [ #7688 ] ( https://github.com/dotnet/vscode-csharp/pull/7688 ) )
8+ * Update Roslyn to 4.13.0-1.24528.3 (PR: [ #7688 ] ( https://github.com/dotnet/vscode-csharp/pull/7688 ) )
9+ * Fix crash when 'add await' analyzers binding expressions (PR: [ #75644 ] ( https://github.com/dotnet/roslyn/pull/75644 ) )
10+ * Shorten names shown in 'pull member up' (PR: [ #75643 ] ( https://github.com/dotnet/roslyn/pull/75643 ) )
11+ * Fix inaccessible constructors shown in sighelp (PR: [ #75642 ] ( https://github.com/dotnet/roslyn/pull/75642 ) )
12+ * Allow the client to update the server logging level dynamically (PR: [ #75615 ] ( https://github.com/dotnet/roslyn/pull/75615 ) )
713
814# 2.54.x
915* Update debugger packages to v2.54.0 (PR: [ #7691 ] ( https://github.com/dotnet/vscode-csharp/pull/7691 ) )
Original file line number Diff line number Diff line change 3737 }
3838 },
3939 "defaults" : {
40- "roslyn" : " 4.13.0-1.24525.2 " ,
40+ "roslyn" : " 4.13.0-1.24528.3 " ,
4141 "omniSharp" : " 1.39.11" ,
4242 "razor" : " 9.0.0-preview.24524.4" ,
4343 "razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments