We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25347b9 + 0fe170d commit 4584981Copy full SHA for 4584981
CHANGELOG.md
@@ -6,6 +6,7 @@
6
# 2.57.x
7
* Update Razor to 9.0.0-preview.24561.3 (PR: [#7748](https://github.com/dotnet/vscode-csharp/pull/7748))
8
* Add feature flag to turn on the new Roslyn tokenizer (PR: [#11185](https://github.com/dotnet/razor/pull/11185))
9
+* Bump xamltools to 17.13.35513.19 (PR: [#7777](https://github.com/dotnet/vscode-csharp/pull/7777))
10
11
# 2.56.x
12
* Update Roslyn to 4.13.0-2.24561.3 (PR: [#7765](https://github.com/dotnet/vscode-csharp/pull/7765))
package.json
@@ -41,7 +41,7 @@
41
"omniSharp": "1.39.11",
42
"razor": "9.0.0-preview.24561.3",
43
"razorOmnisharp": "7.0.0-preview.23363.1",
44
- "xamlTools": "17.13.35507.225"
+ "xamlTools": "17.13.35513.19"
45
},
46
"main": "./dist/extension",
47
"l10n": "./l10n",
0 commit comments