File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
9
9
10
10
## Latest
11
+ * Update Roslyn version (PR: [ #6389 ] ( https://github.com/dotnet/vscode-csharp/pull/6389 ) )
12
+ * Remove diagnostic source name (PR: [ #69939 ] ( https://github.com/dotnet/roslyn/pull/69939 ) )
13
+ * Fix fold all regions (PR: [ #69817 ] ( https://github.com/dotnet/roslyn/pull/69817 ) )
14
+ * Fix escaping and wrapping in hover (PR: [ #69893 ] ( https://github.com/dotnet/roslyn/pull/69893 ) )
15
+ * Fix error in override completion when containing type does not exist (PR: [ #69855 ] ( https://github.com/dotnet/roslyn/pull/69855 ) )
16
+ * Fix issues generating assets in O# (PR: [ #6380 ] ( https://github.com/dotnet/vscode-csharp/pull/6380 ) )
17
+ * Allow Razor to format new documents via Roslyn (PR: [ #6329 ] ( https://github.com/dotnet/vscode-csharp/pull/6329 ) )
18
+ * Switch to named pipes for client <-> server communication (PR: [ #6351 ] ( https://github.com/dotnet/vscode-csharp/pull/6351 ) )
19
+ * Only show clr debugger if on Windows (PR: [ #6359 ] ( https://github.com/dotnet/vscode-csharp/pull/6359 ) )
11
20
* Update Razor version to 7.0.0-preview.23456.2 (PR: [ #6304 ] ( https://github.com/dotnet/vscode-csharp/pull/6304 ) )
12
21
* Fixes regression where semantic colors for razor components appear as red
13
22
* Make completion complex text edits more robust (PR: [ #6325 ] ( https://github.com/dotnet/vscode-csharp/pull/6325 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.8.0-3.23463.5 " ,
40
+ "roslyn" : " 4.8.0-3.23468.1 " ,
41
41
"omniSharp" : " 1.39.7" ,
42
42
"razor" : " 7.0.0-preview.23456.2" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1"
You can’t perform that action at this time.
0 commit comments