mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fix: use markdown for HTML setting description (#192633)
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
"%html.completion.attributeDefaultValue.empty%"
|
||||
],
|
||||
"default": "doublequotes",
|
||||
"description": "%html.completion.attributeDefaultValue%"
|
||||
"markdownDescription": "%html.completion.attributeDefaultValue%"
|
||||
},
|
||||
"html.customData": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user