[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

@@ -20,5 +20,5 @@
"html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
"html.validate.scripts": "Configures if the built-in HTML language support validates embedded scripts.",
"html.validate.styles": "Configures if the built-in HTML language support validates embedded styles.",
"html.autoClosingTags.enable": "Enable/disable autoclosing of HTML tags."
"html.autoClosingTags": "Enable/disable autoclosing of HTML tags."
}