mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Settings description update for #54690
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"css.lint.unknownAtRules.desc": "Unknown at-rule.",
|
||||
"css.lint.unknownProperties.desc": "Unknown property.",
|
||||
"css.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
"css.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.",
|
||||
"css.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.",
|
||||
"css.lint.zeroUnits.desc": "No unit for zero needed.",
|
||||
"css.trace.server.desc": "Traces the communication between VS Code and the CSS language server.",
|
||||
"css.validate.title": "Controls CSS validation and problem severities.",
|
||||
@@ -30,7 +30,7 @@
|
||||
"less.lint.compatibleVendorPrefixes.desc": "When using a vendor-specific prefix make sure to also include all other vendor-specific properties.",
|
||||
"less.lint.duplicateProperties.desc": "Do not use duplicate style definitions.",
|
||||
"less.lint.emptyRules.desc": "Do not use empty rulesets.",
|
||||
"less.lint.float.desc": "Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
||||
"less.lint.float.desc": "Avoids using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
||||
"less.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties.",
|
||||
"less.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers.",
|
||||
"less.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
||||
@@ -41,7 +41,7 @@
|
||||
"less.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
|
||||
"less.lint.unknownProperties.desc": "Unknown property.",
|
||||
"less.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
"less.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.",
|
||||
"less.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.",
|
||||
"less.lint.zeroUnits.desc": "No unit for zero needed.",
|
||||
"less.validate.title": "Controls LESS validation and problem severities.",
|
||||
"less.validate.desc": "Enables or disables all validations.",
|
||||
@@ -62,7 +62,7 @@
|
||||
"scss.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
|
||||
"scss.lint.unknownProperties.desc": "Unknown property.",
|
||||
"scss.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
"scss.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.",
|
||||
"scss.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.",
|
||||
"scss.lint.zeroUnits.desc": "No unit for zero needed.",
|
||||
"scss.validate.title": "Controls SCSS validation and problem severities.",
|
||||
"scss.validate.desc": "Enables or disables all validations.",
|
||||
|
||||
Reference in New Issue
Block a user