Skip to content

Commit dd3b883

Browse files
authored
register the msbuild language as xml so that even if folks don't have the tintoy extension installed they get basic XML support (#2097)
1 parent fa02eae commit dd3b883

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

release/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,12 @@
18141814
"when": "fsharp.showProjectExplorerInFsharpActivity"
18151815
}
18161816
]
1817-
}
1817+
},
1818+
"xmlLanguageParticipants": [
1819+
{
1820+
"languageId": "msbuild"
1821+
}
1822+
]
18181823
},
18191824
"contributors": [
18201825
{
@@ -1849,4 +1854,4 @@
18491854
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18501855
},
18511856
"version": "7.26.6"
1852-
}
1857+
}

0 commit comments

Comments
 (0)