File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
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
# 2.90.x
7
+ * Bump Razor to 10.0.0-preview.25416.1 (PR: [ #8557 ] ( https://github.com/dotnet/vscode-csharp/pull/8557 ) )
8
+ * Fix range formatting in the presence of K&R braces (PR: [ #12121 ] ( https://github.com/dotnet/razor/pull/12121 ) )
9
+ * Add codelens endpoints and services for cohosting (PR: [ #12078 ] ( https://github.com/dotnet/razor/pull/12078 ) )
10
+ * Support Go To Def for Mvc tag helpers in cohosting (PR: [ #12102 ] ( https://github.com/dotnet/razor/pull/12102 ) )
11
+ * Add missing ` global:: ` prefix in a ` @ref ` scenario (PR: [ #12107 ] ( https://github.com/dotnet/razor/pull/12107 ) )
7
12
8
13
# 2.89.x
9
14
* Bump Roslyn to 5.0.0-2.25412.5 (PR: [ #8527 ] ( https://github.com/dotnet/vscode-csharp/pull/8527 ) )
Original file line number Diff line number Diff line change 41
41
],
42
42
"defaults" : {
43
43
"roslyn" : " 5.0.0-2.25412.5" ,
44
- "omniSharp" : " 1.39.14" ,
45
- "razor" : " 10.0.0-preview.25411.5 " ,
44
+ "omniSharp" : " 1.39.14" ,
45
+ "razor" : " 10.0.0-preview.25419.3 " ,
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