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,