[html] setting to disable script & style validation

This commit is contained in:
Martin Aeschlimann
2017-01-02 22:20:03 -04:00
parent 420de32d3c
commit 939f0876c9
3 changed files with 23 additions and 2 deletions

View File

@@ -141,6 +141,16 @@
"default": true,
"description": "%html.suggest.html5.desc%"
},
"html.validate.scripts": {
"type": "boolean",
"default": true,
"description": "%html.validate.scripts%"
},
"html.validate.styles": {
"type": "boolean",
"default": true,
"description": "%html.validate.styles%"
},
"html.trace.server": {
"type": "string",
"enum": [