Skip to content

Commit ee8138c

Browse files
authored
Update to 10.0.0-preview.25262.1 (#8283)
2 parents 50818e1 + 2f72627 commit ee8138c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

66
# 2.78.x
7+
* Bump Razor to 10.0.0-preview.25262.1(PR: [#8283](https://github.com/dotnet/vscode-csharp/pull/8283))
8+
* Compiler: Replace SyntaxListBuilder with PooledArrayBuilder<T> and miscellaneous performance tweaks (PR: [#11841](https://github.com/dotnet/razor/pull/11841))
9+
* Allow html requests to be properly cancelled (PR: [#11829](https://github.com/dotnet/razor/pull/11829))
10+
* Fuse/typeparamintellisense (PR: [#11795](https://github.com/dotnet/razor/pull/11795))
11+
* Port auto insert to VS Code (PR: [#11828](https://github.com/dotnet/razor/pull/11828))
712

813
# 2.77.x
914
* Bump xamlTools to 17.14.36106.43 (PR: [#8260](https://github.com/dotnet/vscode-csharp/pull/8260))

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.0.0-1.25256.5",
4444
"omniSharp": "1.39.12",
45-
"razor": "10.0.0-preview.25256.6",
45+
"razor": "10.0.0-preview.25262.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36106.43"
4848
},

0 commit comments

Comments
 (0)