File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-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.83.x
7
+ * Bump Roslyn to 5.0.0-1.25312.6 (PR: [ #8364 ] ( https://github.com/dotnet/vscode-csharp/pull/8364 ) )
8
+ * Fix deadlock if an MSBuild task is writing to stdout(PR: [ #78927 ] ( https://github.com/dotnet/roslyn/pull/78927 ) )
9
+ * Add more ETW events to trace assembly loading(PR: [ #78840 ] ( https://github.com/dotnet/roslyn/pull/78840 ) )
10
+ * Switch behavior of "Go to definition" and "Go to implementation" for partial members(PR: [ #78857 ] ( https://github.com/dotnet/roslyn/pull/78857 ) )
11
+ * Fix await completion in an async iterator(PR: [ #78823 ] ( https://github.com/dotnet/roslyn/pull/78823 ) )
12
+ * Add a fallback path when launching the BuildHost(PR: [ #78826 ] ( https://github.com/dotnet/roslyn/pull/78826 ) )
13
+ * Fix LSP references for using alias(PR: [ #78819 ] ( https://github.com/dotnet/roslyn/pull/78819 ) )
7
14
8
15
# 2.82.x
9
16
* Bump Roslyn to 5.0.0-1.25302.10 (PR: [ #8347 ] ( https://github.com/dotnet/vscode-csharp/pull/8347 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-1.25302.10 " ,
43
+ "roslyn" : " 5.0.0-1.25312.6 " ,
44
44
"omniSharp" : " 1.39.12" ,
45
45
"razor" : " 10.0.0-preview.25279.1" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments