Add periods to setting descriptions

This commit is contained in:
Rob Lourens
2018-12-30 21:23:06 -08:00
parent 08e957a39f
commit d34a1244b2
5 changed files with 11 additions and 11 deletions

View File

@@ -33,11 +33,11 @@
"properties": {
"html.experimental.custom.tags": {
"type": "array",
"description": "A list of JSON file paths that define custom tags"
"description": "A list of JSON file paths that define custom tags."
},
"html.experimental.custom.attributes": {
"type": "array",
"description": "A list of JSON file paths that define custom attributes"
"description": "A list of JSON file paths that define custom attributes."
},
"html.format.enable": {
"type": "boolean",