Merge pull request #329 from DotJoshJohnson/feature/280-machine-scoped-config

Set "queryExecutionEngine" Scope to "Machine"
This commit is contained in:
Josh Johnson 2020-07-25 22:39:14 -04:00 committed by Josh Johnson
commit ec97ff1d13

View file

@ -159,7 +159,7 @@
"type": "string", "type": "string",
"default": "", "default": "",
"description": "The full path to the executable to run when executing XQuery scripts.", "description": "The full path to the executable to run when executing XQuery scripts.",
"scope": "window" "scope": "machine"
}, },
"xmlTools.xqueryExecutionInputLimit": { "xmlTools.xqueryExecutionInputLimit": {
"type": "integer", "type": "integer",