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 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# 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 ) )
7
13
8
14
# 2.54.x
9
15
* 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 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.13.0-1.24525.2 " ,
40
+ "roslyn" : " 4.13.0-1.24528.3 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24524.4" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments