File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222 * Fix 'this' keyword not being recomended where allowed(PR: [ #79514 ] ( https://github.com/dotnet/roslyn/pull/79514 ) )
2323 * Fix 'switch' keyword recomendations after an expression(PR: [ #79515 ] ( https://github.com/dotnet/roslyn/pull/79515 ) )
2424 * Suggest proper 'Async'-suffixed name for Task-returning symbols(PR: [ #79518 ] ( https://github.com/dotnet/roslyn/pull/79518 ) )
25- * Bump Razor to 10.0.0-preview.25377.4 (PR: [ #8459 ] ( https://github.com/dotnet/vscode-csharp/pull/8459 ) )
25+ * Bump Razor to 10.0.0-preview.25403.1 (PR: [ #8485 ] ( https://github.com/dotnet/vscode-csharp/pull/8485 ) )
2626 * Cache MEF composition in OOP and VS Code (PR: [ #12041 ] ( https://github.com/dotnet/razor/pull/12041 ) )
27+ * Make cohost formatting honour C# formatting options (PR: [ #12042 ] ( https://github.com/dotnet/razor/pull/12042 ) )
28+ * Correctly set the Html document uri for diagnostics requests (PR: [ #12061 ] ( https://github.com/dotnet/razor/pull/12061 ) )
2729* Fix issue acquiring components when using proxies (PR: [ #8457 ] ( https://github.com/dotnet/vscode-csharp/pull/8457 ) )
2830* Support activating the extension with limited support in untrusted workspaces (PR: [ #8435 ] ( https://github.com/dotnet/vscode-csharp/pull/8435 ) )
2931* Report specific c# settings in issue template (PR: [ #8433 ] ( https://github.com/dotnet/vscode-csharp/pull/8433 ) )
Original file line number Diff line number Diff line change 4242 "defaults" : {
4343 "roslyn" : " 5.0.0-2.25375.9" ,
4444 "omniSharp" : " 1.39.12" ,
45- "razor" : " 10.0.0-preview.25377.4 " ,
45+ "razor" : " 10.0.0-preview.25403.1 " ,
4646 "razorOmnisharp" : " 7.0.0-preview.23363.1" ,
4747 "xamlTools" : " 17.14.36106.43"
4848 },
You can’t perform that action at this time.
0 commit comments