[html] rename setting to 'html.autoClosingTags'

This commit is contained in:
Martin Aeschlimann
2017-08-29 08:08:57 +02:00
parent 931992aea8
commit 2059716397
4 changed files with 5 additions and 5 deletions

View File

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