vscode-basex #1

Merged
apb merged 7 commits from vscode-basex into master 2022-02-09 22:38:59 +00:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit a208e502ea - Show all commits

View file

@ -1 +1,3 @@
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
0.0.4 [add] treat schematron (.sch) as XML

View file

@ -2,7 +2,7 @@
"name": "vscode-basex",
"displayName": "BaseX tools",
"description": "BaseX tools: XQuery, XML, XPath Tools for Visual Studio Code",
"version": "0.0.3",
"version": "0.0.4",
"preview": false,
"publisher": "quodatum",
"author": {
@ -203,7 +203,8 @@
".xsd",
".xsl",
".plist",
".mobileconfig"
".mobileconfig",
".sch"
]
},
{