From 68b18c87023918d04a64d3ddd1d41cd8747e6be4 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 25 Jul 2020 22:37:56 -0400 Subject: [PATCH] Set "xqueryExecutionEngine" Scope to "Machine" closes #280 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c927a94..6e839a2 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "type": "string", "default": "", "description": "The full path to the executable to run when executing XQuery scripts.", - "scope": "window" + "scope": "machine" }, "xmlTools.xqueryExecutionInputLimit": { "type": "integer",