From 088c3a0be792f277077f07e654e7f9d88f6be184 Mon Sep 17 00:00:00 2001 From: azerr Date: Mon, 17 Aug 2020 11:48:14 +0200 Subject: [PATCH] How to set catalog prefer as public in vscode setting? Fixes #295 Signed-off-by: azerr --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index 9d29fb59..54670616 100644 --- a/package.json +++ b/package.json @@ -101,6 +101,18 @@ "description": "Array of XML Catalogs.", "scope": "window" }, + "xml.catalog.preferPublic": { + "type": "boolean", + "default": true, + "markdownDescription": "Sets the preference for whether system or public matches are preferred. This is used in the absence of any occurrence of the `prefer` attribute on the `catalog` entry of a catalog.", + "scope": "window" + }, + "xml.catalog.useLiteralSystemId": { + "type": "boolean", + "default": true, + "description": "Sets the preference for whether the literal system identifier should be used when resolving system identifiers when both it and the expanded system identifier are available.", + "scope": "window" + }, "xml.logs.client": { "type": "boolean", "default": true,