We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5697d74 + 19d15a8 commit 236f229Copy full SHA for 236f229
CHANGELOG.md
@@ -4,6 +4,8 @@
4
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
5
6
# Latest
7
+* Update Razor to 9.0.0-preview.24467.1
8
+ * Fix LF line-ending auto format bug (PR: [#10802](https://github.com/dotnet/razor/pull/10802))
9
* Bump xamltools to 17.12.35318.29 (PR: [#7577](https://github.com/dotnet/vscode-csharp/pull/7577))
10
11
# 2.48.x
package.json
@@ -39,7 +39,7 @@
39
"defaults": {
40
"roslyn": "4.12.0-3.24463.6",
41
"omniSharp": "1.39.11",
42
- "razor": "9.0.0-preview.24427.2",
+ "razor": "9.0.0-preview.24467.1",
43
"razorOmnisharp": "7.0.0-preview.23363.1",
44
"xamlTools": "17.12.35318.29"
45
},
0 commit comments