mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Add periods to setting descriptions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user