Skip to content

Commit

Permalink
How to set catalog prefer as public in vscode setting?
Browse files Browse the repository at this point in the history
Fixes redhat-developer#295

Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Aug 17, 2020
1 parent 516ceab commit 088c3a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 088c3a0

Please sign in to comment.