Skip to content

Commit c9764c8

Browse files
committed
Settings description update for microsoft#54690
1 parent 9fc7de9 commit c9764c8

6 files changed

Lines changed: 20 additions & 18 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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.",
22+
"css.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.",
2323
"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.",
@@ -30,7 +30,7 @@
3030
"less.lint.compatibleVendorPrefixes.desc": "When using a vendor-specific prefix make sure to also include all other vendor-specific properties.",
3131
"less.lint.duplicateProperties.desc": "Do not use duplicate style definitions.",
3232
"less.lint.emptyRules.desc": "Do not use empty rulesets.",
33-
"less.lint.float.desc": "Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
33+
"less.lint.float.desc": "Avoids using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
3434
"less.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties.",
3535
"less.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers.",
3636
"less.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
@@ -41,7 +41,7 @@
4141
"less.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
4242
"less.lint.unknownProperties.desc": "Unknown property.",
4343
"less.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
44-
"less.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.",
44+
"less.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.",
4545
"less.lint.zeroUnits.desc": "No unit for zero needed.",
4646
"less.validate.title": "Controls LESS validation and problem severities.",
4747
"less.validate.desc": "Enables or disables all validations.",
@@ -62,7 +62,7 @@
6262
"scss.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
6363
"scss.lint.unknownProperties.desc": "Unknown property.",
6464
"scss.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
65-
"scss.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.",
65+
"scss.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.",
6666
"scss.lint.zeroUnits.desc": "No unit for zero needed.",
6767
"scss.validate.title": "Controls SCSS validation and problem severities.",
6868
"scss.validate.desc": "Enables or disables all validations.",

extensions/git/package.nls.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"config.enabled": "Whether git is enabled.",
5454
"config.path": "Path to the git executable.",
5555
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",
56-
"config.autorefresh": "Whether auto refreshing is enabled",
57-
"config.autofetch": "Whether auto fetching is enabled",
58-
"config.enableLongCommitWarning": "Whether long commit messages should be warned about",
56+
"config.autorefresh": "Whether auto refreshing is enabled.",
57+
"config.autofetch": "Whether auto fetching is enabled.",
58+
"config.enableLongCommitWarning": "Whether long commit messages should be warned about.",
5959
"config.confirmSync": "Confirm before synchronizing git repositories.",
6060
"config.countBadge": "Controls the git badge counter.",
6161
"config.countBadge.all": "Count all changes.",
@@ -67,8 +67,8 @@
6767
"config.checkoutType.tags": "Show only tags.",
6868
"config.checkoutType.remote": "Show only remote branches.",
6969
"config.ignoreLegacyWarning": "Ignores the legacy Git warning.",
70-
"config.ignoreMissingGitWarning": "Ignores the warning when Git is missing",
71-
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository",
70+
"config.ignoreMissingGitWarning": "Ignores the warning when Git is missing.",
71+
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository.",
7272
"config.defaultCloneDirectory": "The default location to clone a git repository.",
7373
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
7474
"config.enableCommitSigning": "Enables commit signing with GPG.",
@@ -81,8 +81,8 @@
8181
"config.detectSubmodules": "Controls whether to automatically detect git submodules.",
8282
"colors.added": "Color for added resources.",
8383
"config.detectSubmodulesLimit": "Controls the limit of git submodules detected.",
84-
"config.alwaysSignOff": "Controls the signoff flag for all commits",
85-
"config.ignoredRepositories": "List of git repositories to ignore",
84+
"config.alwaysSignOff": "Controls the signoff flag for all commits.",
85+
"config.ignoredRepositories": "List of git repositories to ignore.",
8686
"colors.modified": "Color for modified resources.",
8787
"colors.deleted": "Color for deleted resources.",
8888
"colors.untracked": "Color for untracked resources.",

extensions/npm/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.",
88
"config.npm.enableScriptExplorer": "Enable an explorer view for npm scripts.",
9-
"config.npm.scriptExplorerAction": "The default click action used in the scripts explorer: 'open' or 'run', the default is 'open'.",
9+
"config.npm.scriptExplorerAction": "The default click action used in the scripts explorer: `open` or `run`, the default is `open`.",
1010
"config.npm.fetchOnlinePackageInfo": "Fetch data from https://registry.npmjs/org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.",
1111
"npm.parseError": "Npm task detection: failed to parse the file {0}",
1212
"taskdef.script": "The npm script to customize.",

src/vs/editor/common/config/commonEditorConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ const editorConfiguration: IConfigurationNode = {
592592
'editor.selectionHighlight': {
593593
'type': 'boolean',
594594
'default': EDITOR_DEFAULTS.contribInfo.selectionHighlight,
595-
'description': nls.localize('selectionHighlight', "Controls whether the editor should highlight similar matches to the selection")
595+
'description': nls.localize('selectionHighlight', "Controls whether the editor should highlight matches similar to the selection")
596596
},
597597
'editor.occurrencesHighlight': {
598598
'type': 'boolean',

src/vs/workbench/electron-browser/main.contribution.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,10 @@ configurationRegistry.registerConfiguration({
355355
nls.localize('workbench.editor.labelFormat.long', "Show the name of the file followed by it's absolute path.")
356356
],
357357
'default': 'default',
358-
'description': nls.localize({ comment: ['This is the description for a setting. Values surrounded by parenthesis are not to be translated.'], key: 'tabDescription' },
359-
"Controls the format of the label for an editor. Changing this setting can for example make it easier to understand the location of a file:\n- short: 'parent'\n- medium: 'workspace/src/parent'\n- long: '/home/user/workspace/src/parent'\n- default: '.../parent', when another tab shares the same title, or the relative workspace path if tabs are disabled"),
358+
'description': nls.localize({
359+
comment: ['This is the description for a setting. Values surrounded by parenthesis are not to be translated.'],
360+
key: 'tabDescription'
361+
}, "Controls the format of editor's label."),
360362
},
361363
'workbench.editor.tabCloseButton': {
362364
'type': 'string',
@@ -398,13 +400,13 @@ configurationRegistry.registerConfiguration({
398400
'type': 'string',
399401
'enum': ['left', 'right', 'first', 'last'],
400402
'default': 'right',
401-
'description': nls.localize({ comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'], key: 'editorOpenPositioning' }, "Controls where editors open. Select 'left' or 'right' to open editors to the left or right of the currently active one. Select 'first' or 'last' to open editors independently from the currently active one.")
403+
'description': nls.localize({ comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'], key: 'editorOpenPositioning' }, "Controls where editors open. Select `left` or `right` to open editors to the left or right of the currently active one. Select `first` or `last` to open editors independently from the currently active one.")
402404
},
403405
'workbench.editor.openSideBySideDirection': {
404406
'type': 'string',
405407
'enum': ['right', 'down'],
406408
'default': 'right',
407-
'description': nls.localize('sideBySideDirection', "Controls the default direction of editors that are opened side by side (e.g. from the explorer). By default, editors will open on the right hand side of the currently active one. If changed to open down, the editors will open below the currently active one.")
409+
'description': nls.localize('sideBySideDirection', "Controls the default direction of editors that are opened side by side (e.g. from the explorer). By default, editors will open on the right hand side of the currently active one. If changed to `down`, the editors will open below the currently active one.")
408410
},
409411
'workbench.editor.closeEmptyGroups': {
410412
'type': 'boolean',

src/vs/workbench/parts/debug/electron-browser/debug.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ configurationRegistry.registerConfiguration({
193193
},
194194
'debug.toolBarLocation': {
195195
enum: ['floating', 'docked', 'hidden'],
196-
description: nls.localize({ comment: ['This is the description for a setting'], key: 'toolBarLocation' }, "Controls the location of the debug toolbar. Either \"floating\" in all views, \"docked\" in the debug view, or \"hidden\""),
196+
description: nls.localize({ comment: ['This is the description for a setting'], key: 'toolBarLocation' }, "Controls the location of the debug toolbar. Either `floating` in all views, `docked` in the debug view, or `hidden`"),
197197
default: 'floating'
198198
},
199199
'debug.showInStatusBar': {

0 commit comments

Comments
 (0)