[mod] use xqlint 0.2.0
This commit is contained in:
parent
497f7bb526
commit
8d47e56dfa
4 changed files with 198 additions and 1659 deletions
|
@ -1,5 +1,5 @@
|
||||||
# 0.0.67 (2023-02-09)
|
# 0.1.0 (2023-02-19)
|
||||||
Update xqlint 0.1.2
|
Update xqlint 0.2.0
|
||||||
|
|
||||||
# 0.0.64 (2023-01-26)
|
# 0.0.64 (2023-01-26)
|
||||||
* add simple hover display
|
* add simple hover display
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
||||||
# BaseX Tools for Visual Studio Code
|
# BaseX Tools for Visual Studio Code
|
||||||
|
|
||||||
|
|
||||||
The vscode-basex extension adds features to support BaseX development on VSCode.
|
The vscode-basex extension adds features to support [BaseX](https://basex.org/) development on VSCode.
|
||||||
For XQuery
|
For XQuery
|
||||||
* Grammar support for:XQuery 3.1, XQuery update, Full text syntax
|
* Grammar support for:XQuery 3.1, XQuery update, Full text syntax
|
||||||
* code format
|
* code format
|
||||||
|
@ -10,12 +10,14 @@ For XQuery
|
||||||
* outline symbol view
|
* outline symbol view
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
* [XQuery Linting](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xquery-linting)
|
||||||
|
* [XQuery Code Completion](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xquery-code-completion)
|
||||||
|
* [XQuery Execution](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xquery-script-execution)
|
||||||
|
|
||||||
* [XML Formatting](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xml-formatting)
|
* [XML Formatting](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xml-formatting)
|
||||||
* [XML Tree View](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xml-tree-view)
|
* [XML Tree View](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xml-tree-view)
|
||||||
* [XPath Evaluation](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xpath-evaluation)
|
* [XPath Evaluation](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xpath-evaluation)
|
||||||
* [XQuery Linting](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xquery-linting)
|
|
||||||
* [XQuery Execution](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xquery-script-execution)
|
|
||||||
* [XQuery Code Completion](https://git.quodatum.duckdns.org/apb/vscode-basex/wiki/xquery-code-completion)
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* VS Code `1.63.0` or higher
|
* VS Code `1.63.0` or higher
|
||||||
|
|
1839
package-lock.json
generated
1839
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-basex",
|
"name": "vscode-basex",
|
||||||
"displayName": "BaseX tools",
|
"displayName": "BaseX tools",
|
||||||
"description": "BaseX tools: XQuery, XML, XPath Tools for Visual Studio Code",
|
"description": "BaseX tools: XQuery, XML, XPath Tools for Visual Studio Code",
|
||||||
"version": "0.0.68",
|
"version": "0.1.0",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"publisher": "quodatum",
|
"publisher": "quodatum",
|
||||||
"author": "Andy Bunce (https://github.com/Quodatum)",
|
"author": "Andy Bunce (https://github.com/Quodatum)",
|
||||||
|
@ -317,7 +317,7 @@
|
||||||
"typescript": "^4.7.3"
|
"typescript": "^4.7.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@quodatum/xqlint": "^0.1.2",
|
"@quodatum/xqlint": "^0.2.0",
|
||||||
"@xmldom/xmldom": "^0.8.1",
|
"@xmldom/xmldom": "^0.8.1",
|
||||||
"xpath": "0.0.32"
|
"xpath": "0.0.32"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue