mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
CSS: bad documentation for css.trace.server. Fixes #33320
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"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.zeroUnits.desc": "No unit for zero needed",
|
||||
"css.trace.server.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
||||
"css.trace.server.desc": "Traces the communication between VS Code and the CSS language server.",
|
||||
"css.validate.title": "Controls CSS validation and problem severities.",
|
||||
"css.validate.desc": "Enables or disables all validations",
|
||||
"less.lint.argumentsInColorFunction.desc": "Invalid number of parameters",
|
||||
|
||||
Reference in New Issue
Block a user