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 22
22
* Fix 'this' keyword not being recomended where allowed(PR: [ #79514 ] ( https://github.com/dotnet/roslyn/pull/79514 ) )
23
23
* Fix 'switch' keyword recomendations after an expression(PR: [ #79515 ] ( https://github.com/dotnet/roslyn/pull/79515 ) )
24
24
* 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 ) )
26
26
* 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 ) )
27
29
* Fix issue acquiring components when using proxies (PR: [ #8457 ] ( https://github.com/dotnet/vscode-csharp/pull/8457 ) )
28
30
* Support activating the extension with limited support in untrusted workspaces (PR: [ #8435 ] ( https://github.com/dotnet/vscode-csharp/pull/8435 ) )
29
31
* 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 42
42
"defaults" : {
43
43
"roslyn" : " 5.0.0-2.25375.9" ,
44
44
"omniSharp" : " 1.39.12" ,
45
- "razor" : " 10.0.0-preview.25377.4 " ,
45
+ "razor" : " 10.0.0-preview.25403.1 " ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
47
47
"xamlTools" : " 17.14.36106.43"
48
48
},
You can’t perform that action at this time.
0 commit comments