From 094988461f13b6ddf74eb5f98be0962b4ba56590 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Tue, 5 Aug 2025 10:54:50 -0500 Subject: [PATCH] register the msbuild language as xml so that even if folks don't have the tintoy extension installed they get basic XML support --- release/package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/release/package.json b/release/package.json index 4afb1e59..df0d0c7e 100644 --- a/release/package.json +++ b/release/package.json @@ -1814,7 +1814,12 @@ "when": "fsharp.showProjectExplorerInFsharpActivity" } ] - } + }, + "xmlLanguageParticipants": [ + { + "languageId": "msbuild" + } + ] }, "contributors": [ { @@ -1849,4 +1854,4 @@ "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, "version": "7.26.6" -} \ No newline at end of file +}