File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
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
# Latest
7
+ * Update Razor to 9.0.0-preview.24325.5 (PR: [ #7277 ] ( https://github.com/dotnet/vscode-csharp/pull/7277 ) )
8
+ * Fix completion commit characters (PR: [ #10533 ] ( https://github.com/dotnet/razor/pull/10533 ) )
9
+ * Add back roll foward to rzls (PR: [ #10530 ] ( https://github.com/dotnet/razor/pull/10530 ) )
10
+ * Don't show misc files project in hover info (PR: [ #10503 ] ( https://github.com/dotnet/razor/pull/10503 ) )
11
+ * Fold C# statement keyword blocks (PR: [ #10496 ] ( https://github.com/dotnet/razor/pull/10496 ) )
7
12
* Update Roslyn to 4.11.0-3.24320.2 (PR: [ #7257 ] ( https://github.com/dotnet/vscode-csharp/pull/7257 ) )
8
13
* Add brokered service for Hot Reload in VS Code: GenericHotReloadAgentManagerService (PR: [ #74029 ] ( https://github.com/dotnet/roslyn/pull/74029 ) )
9
14
* Bump razor to include fix for project serialization (PR: [ #74021 ] ( https://github.com/dotnet/roslyn/pull/74021 ) )
Original file line number Diff line number Diff line change 39
39
"defaults" : {
40
40
"roslyn" : " 4.11.0-3.24320.2" ,
41
41
"omniSharp" : " 1.39.11" ,
42
- "razor" : " 9.0.0-preview.24316.1 " ,
42
+ "razor" : " 9.0.0-preview.24325.5 " ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.11.35021.135"
45
45
},
You can’t perform that action at this time.
0 commit comments