forked from external/vscode-xml
Fixes #207
This commit is contained in:
parent
f2cfe160ba
commit
200046b90b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
||||||
"-in",
|
"-in",
|
||||||
"$(input)",
|
"$(input)",
|
||||||
"-out",
|
"-out",
|
||||||
"$(input.output.xml"
|
"$(input).output.xml"
|
||||||
],
|
],
|
||||||
"description": "Arguments to be passed to the XQuery execution engine.",
|
"description": "Arguments to be passed to the XQuery execution engine.",
|
||||||
"scope": "window"
|
"scope": "window"
|
||||||
|
|
Loading…
Add table
Reference in a new issue