From a3e5ec1486b0e5a73881cff9de6a43022e05d46f Mon Sep 17 00:00:00 2001 From: Alexander Chen Date: Mon, 28 Feb 2022 16:03:49 -0500 Subject: [PATCH] Added setting to disable files in completion settings Signed-off-by: Alexander Chen --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 32e9f48c..9b32ff33 100644 --- a/package.json +++ b/package.json @@ -515,6 +515,12 @@ "default": [], "markdownDescription": "An array of paths to JARs that should be contributed to the LemMinX classpath. The paths can include glob patterns. This is intended to be used as a tool for developing extensions to vscode-xml. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Preferences%22%2C%22section%22%3A%22extension-jars%22%7D%5D) for more information", "scope": "window" + }, + "xml.completion.fileSupport.enabled": { + "type": "boolean", + "default": true, + "markdownDescription": "Allows files to populate XML completion list.", + "scope": "window" } } },