mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Fix #61396 - settings need "markdownDescription"
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"error"
|
||||
],
|
||||
"default": "warning",
|
||||
"description": "%css.lint.fontFaceProperties.desc%"
|
||||
"markdownDescription": "%css.lint.fontFaceProperties.desc%"
|
||||
},
|
||||
"css.lint.hexColorLength": {
|
||||
"type": "string",
|
||||
@@ -220,7 +220,7 @@
|
||||
"error"
|
||||
],
|
||||
"default": "ignore",
|
||||
"description": "%css.lint.important.desc%"
|
||||
"markdownDescription": "%css.lint.important.desc%"
|
||||
},
|
||||
"css.lint.float": {
|
||||
"type": "string",
|
||||
@@ -679,7 +679,7 @@
|
||||
"error"
|
||||
],
|
||||
"default": "ignore",
|
||||
"description": "%less.lint.important.desc%"
|
||||
"markdownDescription": "%less.lint.important.desc%"
|
||||
},
|
||||
"less.lint.float": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user