[mod] use xqlint 0.2.0
This commit is contained in:
parent
497f7bb526
commit
8d47e56dfa
@ -1,5 +1,5 @@
|
||||
# 0.0.67 (2023-02-09)
|
||||
Update xqlint 0.1.2
|
||||
# 0.1.0 (2023-02-19)
|
||||
Update xqlint 0.2.0
|
||||
|
||||
# 0.0.64 (2023-01-26)
|
||||
* add simple hover display
|
||||
|
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
||||
# 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
|
||||
* Grammar support for:XQuery 3.1, XQuery update, Full text syntax
|
||||
* code format
|
||||
@ -10,12 +10,14 @@ For XQuery
|
||||
* outline symbol view
|
||||
|
||||
## 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 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)
|
||||
* [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
|
||||
* 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",
|
||||
"displayName": "BaseX tools",
|
||||
"description": "BaseX tools: XQuery, XML, XPath Tools for Visual Studio Code",
|
||||
"version": "0.0.68",
|
||||
"version": "0.1.0",
|
||||
"preview": true,
|
||||
"publisher": "quodatum",
|
||||
"author": "Andy Bunce (https://github.com/Quodatum)",
|
||||
@ -317,7 +317,7 @@
|
||||
"typescript": "^4.7.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@quodatum/xqlint": "^0.1.2",
|
||||
"@quodatum/xqlint": "^0.2.0",
|
||||
"@xmldom/xmldom": "^0.8.1",
|
||||
"xpath": "0.0.32"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user