File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# 2.88.x
7
7
* Enable Razor Cohosting "on" by default (PR: [ #8469 ] ( https://github.com/dotnet/vscode-csharp/pull/8469 ) )
8
- * Bump Roslyn to 5.0.0-2.25375.9 (PR: [ #8463 ] ( https://github.com/dotnet/vscode-csharp/pull/8463 ) )
8
+ * Bump Roslyn to 5.0.0-2.25404.8 (PR: [ #] ( https://github.com/dotnet/vscode-csharp/pull/ ) )
9
+ * Fix file-based programs getting stuck in the host workspace(PR: [ #79730 ] ( https://github.com/dotnet/roslyn/pull/79730 ) )
10
+ * Fixed irregular spacing between list items(PR: [ #79388 ] ( https://github.com/dotnet/roslyn/pull/79388 ) )
11
+ * Introduce helper to ensure span mapping is consistent everywhere(PR: [ #79729 ] ( https://github.com/dotnet/roslyn/pull/79729 ) )
12
+ * Fix formatting in use-auto-prop when attributes are present(PR: [ #79735 ] ( https://github.com/dotnet/roslyn/pull/79735 ) )
13
+ * Razor span mapping in LSP for cohosting(PR: [ #79677 ] ( https://github.com/dotnet/roslyn/pull/79677 ) )
14
+ * Handle concurrent requests to update workspace contents and workspace SG info.(PR: [ #79628 ] ( https://github.com/dotnet/roslyn/pull/79628 ) )
15
+ * Update debugger.contracts to 18.0.0-beta.25379.1(PR: [ #79661 ] ( https://github.com/dotnet/roslyn/pull/79661 ) )
16
+ * Fix logging when item counts change in LoadedProject(PR: [ #79640 ] ( https://github.com/dotnet/roslyn/pull/79640 ) )
17
+ * File-based program directive diagnostics in editor(PR: [ #79421 ] ( https://github.com/dotnet/roslyn/pull/79421 ) )
18
+ * Fixup quick info for suppressed nullable operations.(PR: [ #79636 ] ( https://github.com/dotnet/roslyn/pull/79636 ) )
19
+ * Rename Razor source generated documents in all scenarios, and map edits(PR: [ #79604 ] ( https://github.com/dotnet/roslyn/pull/79604 ) )
20
+ * Fix formatting of CDATA sections in quick info(PR: [ #79627 ] ( https://github.com/dotnet/roslyn/pull/79627 ) )
9
21
* Add diagnostic provider for clients without dynamic registration(PR: [ #77984 ] ( https://github.com/dotnet/roslyn/pull/77984 ) )
10
22
* Fix eol handling on the last token in a file when formatting code actions(PR: [ #79602 ] ( https://github.com/dotnet/roslyn/pull/79602 ) )
11
23
* Reduce allocations during CommonCompletionItem.Create(PR: [ #79591 ] ( https://github.com/dotnet/roslyn/pull/79591 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-2.25375.9 " ,
43
+ "roslyn" : " 5.0.0-2.25404.8 " ,
44
44
"omniSharp" : " 1.39.12" ,
45
45
"razor" : " 10.0.0-preview.25403.1" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments