Skip to content

Commit 47212be

Browse files
committed
Settings sweep (microsoft#54690)
1 parent 7e26d22 commit 47212be

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

extensions/css-language-features/package.nls.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"css.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties",
1212
"css.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers",
1313
"css.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
14-
"css.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older",
14+
"css.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older.",
1515
"css.lint.important.desc": "Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.",
16-
"css.lint.importStatement.desc": "Import statements do not load in parallel",
17-
"css.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",
18-
"css.lint.universalSelector.desc": "The universal selector (*) is known to be slow",
16+
"css.lint.importStatement.desc": "Import statements do not load in parallel.",
17+
"css.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.",
18+
"css.lint.universalSelector.desc": "The universal selector (*) is known to be slow.",
1919
"css.lint.unknownAtRules.desc": "Unknown at-rule.",
2020
"css.lint.unknownProperties.desc": "Unknown property.",
2121
"css.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
22-
"css.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property",
23-
"css.lint.zeroUnits.desc": "No unit for zero needed",
22+
"css.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.",
23+
"css.lint.zeroUnits.desc": "No unit for zero needed.",
2424
"css.trace.server.desc": "Traces the communication between VS Code and the CSS language server.",
2525
"css.validate.title": "Controls CSS validation and problem severities.",
2626
"css.validate.desc": "Enables or disables all validations",

extensions/merge-conflict/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"command.previous": "Previous Conflict",
1414
"command.compare": "Compare Current Conflict",
1515
"config.title": "Merge Conflict",
16-
"config.codeLensEnabled": "Enable/disable merge conflict block CodeLens within editor",
17-
"config.decoratorsEnabled": "Enable/disable merge conflict decorators within editor"
16+
"config.codeLensEnabled": "Create a Code Lens for merge conflict blocks within editor.",
17+
"config.decoratorsEnabled": "Create decorators for merge conflict blocks within editor."
1818
}

extensions/npm/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Extension to add task support for npm scripts.",
33
"displayName": "Npm support for VS Code",
4-
"config.npm.autoDetect": "Controls whether auto detection of npm scripts is on or off. Default is on.",
4+
"config.npm.autoDetect": "Controls whether npm scripts should be automatically detected.",
55
"config.npm.runSilent": "Run npm commands with the `--silent` option.",
66
"config.npm.packageManager": "The package manager used to run scripts.",
77
"config.npm.exclude": "Configure glob patterns for folders that should be excluded from automatic script detection.",

0 commit comments

Comments
 (0)