Skip to content

Commit dc8c85b

Browse files
authored
Bump Razor to 10.0.0-preview.25368.1 (#8430)
2 parents 341a80a + 1e3e2f3 commit dc8c85b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

66
# 2.87.x
7+
* Bump Razor to 10.0.0-preview.25368.1 (PR: [#8430](https://github.com/dotnet/vscode-csharp/pull/8430))
8+
* Fixing override completion in VSCode when LSP is enabled (PR: [#12039](https://github.com/dotnet/razor/pull/12039))
9+
* [Cohost] Fix rename and unskip test (PR: [#11952](https://github.com/dotnet/razor/pull/11952))
10+
* Ensure unique file paths for non-file Uris (PR: [#12037](https://github.com/dotnet/razor/pull/12037))
11+
* Fix completion of hyphenated items (PR: [#12035](https://github.com/dotnet/razor/pull/12035))
12+
* Allow completion items to add using directives (PR: [#12034](https://github.com/dotnet/razor/pull/12034))
713

814
# 2.86.x
915
* Bump Roslyn to 5.0.0-1.25361.2 (PR: [#8416](https://github.com/dotnet/vscode-csharp/pull/8416))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"defaults": {
4343
"roslyn": "5.0.0-1.25361.2",
4444
"omniSharp": "1.39.12",
45-
"razor": "10.0.0-preview.25360.2",
45+
"razor": "10.0.0-preview.25368.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36106.43"
4848
},
@@ -5619,4 +5619,4 @@
56195619
}
56205620
}
56215621
}
5622-
}
5622+
}

0 commit comments

Comments
 (0)