Skip to content

Commit 5ed777f

Browse files
author
Andrew Hall
committed
Bump razor
1 parent 80d18a9 commit 5ed777f

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.69.x
7+
* Bump razor to 9.0.0-preview.25156.2 (PR: []())
8+
* Enable FUSE by default
9+
* Improve solution load performance (#11591) (PR: [#11591](https://github.com/dotnet/razor/pull/11591))
10+
* Make logging fall into the pit of success (#11581) (PR: [#11581](https://github.com/dotnet/razor/pull/11581))
11+
* Fix code actions appearing for the wrong context when invoked from light bulb (#11537) (PR: [#11537](https://github.com/dotnet/razor/pull/11537))
712
* Bump xamlTools to 17.14.35904.287 (PR: [#8042](https://github.com/dotnet/vscode-csharp/pull/8042))
813

914
# 2.68.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"defaults": {
4040
"roslyn": "4.14.0-2.25120.5",
4141
"omniSharp": "1.39.12",
42-
"razor": "9.0.0-preview.25125.9",
42+
"razor": "9.0.0-preview.25156.2",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.14.35904.287"
4545
},

0 commit comments

Comments
 (0)