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
# Latest
7
+ * Bump Roslyn to 4.12.0-2.24461.7 (PR: [ #7544 ] ( https://github.com/dotnet/vscode-csharp/pull/7544 ) )
8
+ * Fix crash when closing source link documents (PR: [ #75047 ] ( https://github.com/dotnet/roslyn/pull/75047 ) )
9
+ * Add option to disable source link (PR: [ #75047 ] ( https://github.com/dotnet/roslyn/pull/75047 ) )
10
+ * Fix issue navigating from source link documents (PR: [ #75033 ] ( https://github.com/dotnet/roslyn/pull/75033 ) )
11
+ * Fix exception applying fix all code action (PR: [ #7537 ] ( https://github.com/dotnet/vscode-csharp/pull/7537 ) )
12
+
13
+ # 2.45.20
7
14
* Fix check for rzls being present (PR: [ #7462 ] ( https://github.com/dotnet/vscode-csharp/pull/7462 ) )
8
15
* Bump Razor to 9.0.0-preview.24418.1 (PR: [ #7456 ] ( https://github.com/dotnet/vscode-csharp/pull/7456 ) )
9
16
* Don't add already known documents to the misc files project (#10753 ) (PR: [ #10753 ] ( https://github.com/dotnet/razor/pull/10753 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.12.0-2.24422.6 " ,
40
+ "roslyn" : " 4.12.0-2.24461.7 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24418.1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments