File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.77.x
7
- * Bump Razor to 10.0.0-preview.25255.4 (PR: [ #8249 ] ( https://github.com/dotnet/vscode-csharp/pull/8249 ) )
7
+ * Bump Razor to 10.0.0-preview.25256.6 (PR: [ #8259 ] ( https://github.com/dotnet/vscode-csharp/pull/8259 ) )
8
+ * Improve document handling in VS Code and cohosting (#11825 ) (PR: [ #11825 ] ( https://github.com/dotnet/razor/pull/11825 ) )
9
+ * Use new select and order method (#11826 ) (PR: [ #11826 ] ( https://github.com/dotnet/razor/pull/11826 ) )
10
+ * Make it so validation happens after filtering and normalization (#11811 ) (PR: [ #11811 ] ( https://github.com/dotnet/razor/pull/11811 ) )
8
11
* Port remaining cohosting endpoints to VS Code (#11815 ) (PR: [ #11815 ] ( https://github.com/dotnet/razor/pull/11815 ) )
9
12
* Fix cohost semantic tokens in VS Code (#11816 ) (PR: [ #11816 ] ( https://github.com/dotnet/razor/pull/11816 ) )
10
13
* Fix some hardcoded values in cohosting (#11817 ) (PR: [ #11817 ] ( https://github.com/dotnet/razor/pull/11817 ) )
Original file line number Diff line number Diff line change 42
42
"defaults" : {
43
43
"roslyn" : " 5.0.0-1.25256.5" ,
44
44
"omniSharp" : " 1.39.12" ,
45
- "razor" : " 10.0.0-preview.25255.4 " ,
45
+ "razor" : " 10.0.0-preview.25256.6 " ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
47
47
"xamlTools" : " 17.14.36010.33"
48
48
},
You can’t perform that action at this time.
0 commit comments