From 94797886faf6a245ccf479a3a6778c99e9c7dbd3 Mon Sep 17 00:00:00 2001 From: Joshua Wiser Date: Tue, 17 Feb 2026 14:33:17 +0000 Subject: [PATCH] Add .xsproj as an XML file --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 251bea5..adf1910 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,10 @@ "main": "./dist/extension.js", "contributes": { "languages": [ + { + "id": "xml", + "extensions": [".xsproj"] + }, { "id": "xsharp", "aliases": [ @@ -38,7 +42,6 @@ ".xs", ".xsc", ".xsprg", - ".xsproj", ".prgx" ] }