mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix #79768
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
"less.lint.importStatement.desc": "Import statements do not load in parallel.",
|
||||
"less.lint.propertyIgnoredDueToDisplay.desc": "Property is ignored due to the display. E.g. with `display: inline`, the `width`, `height`, `margin-top`, `margin-bottom`, and `float` properties have no effect.",
|
||||
"less.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
|
||||
"less.lint.unknownAtRules.desc": "Unknown at-rule.",
|
||||
"less.lint.unknownProperties.desc": "Unknown property.",
|
||||
"less.lint.validProperties.desc": "A list of properties that are not validated against the `unknownProperties` rule.",
|
||||
"less.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
@@ -69,6 +70,7 @@
|
||||
"scss.lint.importStatement.desc": "Import statements do not load in parallel.",
|
||||
"scss.lint.propertyIgnoredDueToDisplay.desc": "Property is ignored due to the display. E.g. with `display: inline`, the `width`, `height`, `margin-top`, `margin-bottom`, and `float` properties have no effect.",
|
||||
"scss.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
|
||||
"scss.lint.unknownAtRules.desc": "Unknown at-rule.",
|
||||
"scss.lint.unknownProperties.desc": "Unknown property.",
|
||||
"scss.lint.validProperties.desc": "A list of properties that are not validated against the `unknownProperties` rule.",
|
||||
"scss.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
|
||||
Reference in New Issue
Block a user