[html] VSCode doesn't automatically close HTML tags Fixes #2246.

This commit is contained in:
Martin Aeschlimann
2017-08-25 12:07:59 +02:00
parent 4010c1b092
commit b08cde32fe
9 changed files with 136 additions and 15 deletions

View File

@@ -193,6 +193,12 @@
"default": true,
"description": "%html.validate.styles%"
},
"html.autoClosingTags.enable": {
"type": "boolean",
"scope": "resource",
"default": true,
"description": "%html.autoClosingTags.enable%"
},
"html.trace.server": {
"type": "string",
"scope": "window",