mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Use markdownDescription for a few more settings
Let's us use inline code elements on these
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
},
|
||||
"scope": "resource",
|
||||
"default": [],
|
||||
"description": "%css.lint.validProperties.desc%"
|
||||
"markdownDescription": "%css.lint.validProperties.desc%"
|
||||
},
|
||||
"css.lint.ieHack": {
|
||||
"type": "string",
|
||||
@@ -534,7 +534,7 @@
|
||||
},
|
||||
"scope": "resource",
|
||||
"default": [],
|
||||
"description": "%scss.lint.validProperties.desc%"
|
||||
"markdownDescription": "%scss.lint.validProperties.desc%"
|
||||
},
|
||||
"scss.lint.ieHack": {
|
||||
"type": "string",
|
||||
@@ -840,7 +840,7 @@
|
||||
},
|
||||
"scope": "resource",
|
||||
"default": [],
|
||||
"description": "%less.lint.validProperties.desc%"
|
||||
"markdownDescription": "%less.lint.validProperties.desc%"
|
||||
},
|
||||
"less.lint.ieHack": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user