Skip to content

Commit

Permalink
Preference to enable/disable validation or schema
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Komonen <[email protected]>
  • Loading branch information
NikolasKomonen committed Jan 23, 2019
1 parent bf81ad9 commit 32bfed8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@
"default": "hint",
"description": "The message severity when a document has no associated grammar.",
"scope": "window"
},
"xml.diagnostics.enabled": {
"type": "boolean",
"default": true,
"description": "Enable/disable all diagnostics.",
"scope": "window"
}
,
"xml.diagnostics.schema": {
"type": "boolean",
"default": true,
"description": "Enable/disable schema based diagnostics.",
"scope": "window"
}
}
},
Expand Down

0 comments on commit 32bfed8

Please sign in to comment.