Skip to content

Commit 57e099b

Browse files
committed
Bump Razor to 10.0.0-preview.26075.11
1 parent b5c2d8b commit 57e099b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.121.x
7-
7+
* Update Razor to 10.0.0-preview.26075.11 (PR: [#8914](https://github.com/dotnet/vscode-csharp/pull/8914))
8+
* Add IndentByTwo attribute indent style option for Razor formatting (PR: [#12700](https://github.com/dotnet/razor/pull/12700))
9+
* Fix ordering logic for folding ranges, to fix expression bodied method folding (PR: [#12695](https://github.com/dotnet/razor/pull/12695))
10+
811
# 2.113.x
912
* Add explorer context menu item for changing project context (PR: [#8896](https://github.com/dotnet/vscode-csharp/pull/8896))
1013
* Small fixes for project context selector (PR: [#8889](https://github.com/dotnet/vscode-csharp/pull/8889))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"defaults": {
4343
"roslyn": "5.4.0-2.26062.9",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.26066.2",
45+
"razor": "10.0.0-preview.26075.11",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "18.3.11128.18"
4848
},

0 commit comments

Comments
 (0)