Skip to content

Commit 975115a

Browse files
author
gregvanl
committed
Setting descriptions typos and formatting
1 parent ce92984 commit 975115a

File tree

17 files changed

+50
-50
lines changed

17 files changed

+50
-50
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"css.title": "CSS",
55
"css.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its CSS support for the custom CSS properties, at directives, pseudo classes and pseudo elements you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.",
66
"css.completion.triggerPropertyValueCompletion.desc": "By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior.",
7-
"css.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties",
7+
"css.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties.",
88
"css.lint.argumentsInColorFunction.desc": "Invalid number of parameters.",
99
"css.lint.boxModel.desc": "Do not use `width` or `height` when using `padding` or `border`.",
1010
"css.lint.compatibleVendorPrefixes.desc": "When using a vendor-specific prefix make sure to also include all other vendor-specific properties.",
@@ -32,7 +32,7 @@
3232
"css.hover.references": "Show references to MDN in CSS hovers.",
3333
"less.title": "LESS",
3434
"less.completion.triggerPropertyValueCompletion.desc": "By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior.",
35-
"less.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties",
35+
"less.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties.",
3636
"less.lint.argumentsInColorFunction.desc": "Invalid number of parameters.",
3737
"less.lint.boxModel.desc": "Do not use `width` or `height` when using `padding` or `border`.",
3838
"less.lint.compatibleVendorPrefixes.desc": "When using a vendor-specific prefix make sure to also include all other vendor-specific properties.",
@@ -59,7 +59,7 @@
5959
"less.hover.references": "Show references to MDN in LESS hovers.",
6060
"scss.title": "SCSS (Sass)",
6161
"scss.completion.triggerPropertyValueCompletion.desc": "By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior.",
62-
"scss.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties",
62+
"scss.completion.completePropertyWithSemicolon.desc": "Insert semicolon at end of line when completing CSS properties.",
6363
"scss.lint.argumentsInColorFunction.desc": "Invalid number of parameters.",
6464
"scss.lint.boxModel.desc": "Do not use `width` or `height` when using `padding` or `border`.",
6565
"scss.lint.compatibleVendorPrefixes.desc": "When using a vendor-specific prefix make sure to also include all other vendor-specific properties.",

extensions/emmet/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"emmetExtensionsPath": "Path to a folder containing Emmet profiles and snippets.",
2929
"emmetShowExpandedAbbreviation": "Shows expanded Emmet abbreviations as suggestions.\nThe option `\"inMarkupAndStylesheetFilesOnly\"` applies to html, haml, jade, slim, xml, xsl, css, scss, sass, less and stylus.\nThe option `\"always\"` applies to all parts of the file regardless of markup/css.",
3030
"emmetShowAbbreviationSuggestions": "Shows possible Emmet abbreviations as suggestions. Not applicable in stylesheets or when emmet.showExpandedAbbreviation is set to `\"never\"`.",
31-
"emmetIncludeLanguages": "Enable Emmet abbreviations in languages that are not supported by default. Add a mapping here between the language and emmet supported language.\n E.g.: `{\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}`",
31+
"emmetIncludeLanguages": "Enable Emmet abbreviations in languages that are not supported by default. Add a mapping here between the language and Emmet supported language.\n For example: `{\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}`",
3232
"emmetVariables": "Variables to be used in Emmet snippets",
3333
"emmetTriggerExpansionOnTab": "When enabled, Emmet abbreviations are expanded when pressing TAB.",
3434
"emmetPreferences": "Preferences used to modify behavior of some actions and resolvers of Emmet.",
@@ -54,7 +54,7 @@
5454
"emmetPreferencesCssOProperties": "Comma separated CSS properties that get the 'o' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'o' prefix.",
5555
"emmetPreferencesCssMsProperties": "Comma separated CSS properties that get the 'ms' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'ms' prefix.",
5656
"emmetPreferencesCssFuzzySearchMinScore": "The minimum score (from 0 to 1) that fuzzy-matched abbreviation should achieve. Lower values may produce many false-positive matches, higher values may reduce possible matches.",
57-
"emmetOptimizeStylesheetParsing": "When set to `false`, the whole file is parsed to determine if current position is valid for expanding Emmet abbreviations. When set to `true`, only the content around the current position in css/scss/less files is parsed.",
57+
"emmetOptimizeStylesheetParsing": "When set to `false`, the whole file is parsed to determine if current position is valid for expanding Emmet abbreviations. When set to `true`, only the content around the current position in CSS/SCSS/Less files is parsed.",
5858
"emmetPreferencesOutputReverseAttributes": "If `true`, reverses attribute merging directions when resolving snippets.",
5959
"emmetPreferencesCssColorShort": "If `true`, color values like #f will be expanded to #fff instead of #ffffff."
6060
}

extensions/git/package.nls.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"config.autoRepositoryDetection.subFolders": "Scan for subfolders of the currently opened folder.",
101101
"config.autoRepositoryDetection.openEditors": "Scan for parent folders of open files.",
102102
"config.autorefresh": "Whether auto refreshing is enabled.",
103-
"config.autofetch": "When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes",
103+
"config.autofetch": "When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes.",
104104
"config.autofetchPeriod": "Duration in seconds between each automatic git fetch, when `git.autofetch` is enabled.",
105105
"config.confirmSync": "Confirm before synchronizing git repositories.",
106106
"config.countBadge": "Controls the Git count badge.",
@@ -126,7 +126,7 @@
126126
"config.suggestSmartCommit": "Suggests to enable smart commit (commit all changes when there are no staged changes).",
127127
"config.enableCommitSigning": "Enables commit signing with GPG or X.509.",
128128
"config.discardAllScope": "Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run.",
129-
"config.decorations.enabled": "Controls whether Git contributes colors and badges to the explorer and the open editors view.",
129+
"config.decorations.enabled": "Controls whether Git contributes colors and badges to the Explorer and the Open Editors view.",
130130
"config.enableStatusBarSync": "Controls whether the Git Sync command appears in the status bar.",
131131
"config.followTagsWhenSync": "Follow push all tags when running the sync command.",
132132
"config.promptToSaveFilesBeforeStash": "Controls whether Git should check for unsaved files before stashing changes.",
@@ -177,11 +177,11 @@
177177
"config.untrackedChanges.mixed": "All changes, tracked and untracked, appear together and behave equally.",
178178
"config.untrackedChanges.separate": "Untracked changes appear separately in the Source Control view. They are also excluded from several actions.",
179179
"config.untrackedChanges.hidden": "Untracked changes are hidden and excluded from several actions.",
180-
"config.requireGitUserConfig": "Controls whether to require explicit Git user configuration or allow Git to guess if missing",
180+
"config.requireGitUserConfig": "Controls whether to require explicit Git user configuration or allow Git to guess if missing.",
181181
"config.showCommitInput": "Controls whether to show the commit input in the Git source control panel.",
182182
"config.terminalAuthentication": "Controls whether to enable VS Code to be the authentication handler for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting.",
183-
"config.timeline.showAuthor": "Controls whether to show the commit author in the Timeline view",
184-
"config.timeline.date": "Controls which date to use for items in the Timeline view",
183+
"config.timeline.showAuthor": "Controls whether to show the commit author in the Timeline view.",
184+
"config.timeline.date": "Controls which date to use for items in the Timeline view.",
185185
"config.timeline.date.committed": "Use the committed date",
186186
"config.timeline.date.authored": "Use the authored date",
187187
"config.useCommitInputAsStashMessage": "Controls whether to use the message from the commit input box as the default stash message.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"html.format.wrapAttributes.forcealign": "Wrap each attribute except first and keep aligned.",
1919
"html.format.wrapAttributes.forcemultiline": "Wrap each attribute.",
2020
"html.format.wrapAttributes.alignedmultiple": "Wrap when line length is exceeded, align attributes vertically.",
21-
"html.format.wrapAttributes.preserve": "Preserve wrapping of attributes",
21+
"html.format.wrapAttributes.preserve": "Preserve wrapping of attributes.",
2222
"html.format.wrapAttributes.preservealigned": "Preserve wrapping of attributes but align.",
2323
"html.format.templating.desc": "Honor django, erb, handlebars and php templating language tags.",
2424
"html.format.unformattedContentDelimiter.desc": "Keep text content together between this string.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "JSON Language Features",
33
"description": "Provides rich language support for JSON files.",
4-
"json.schemas.desc": "Associate schemas to JSON files in the current project",
4+
"json.schemas.desc": "Associate schemas to JSON files in the current project.",
55
"json.schemas.url.desc": "A URL to a schema or a relative path to a schema in the current directory",
66
"json.schemas.fileMatch.desc": "An array of file patterns to match against when resolving JSON files to schemas. `*` can be used as a wildcard. Exclusion patterns can also be defined and start with '!'. A file matches when there is at least one matching pattern and the last matching pattern is not an exclusion pattern.",
77
"json.schemas.fileMatch.item.desc": "A file pattern that can contain '*' to match against when resolving JSON files to schemas.",
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"displayName": "Markdown Language Features",
33
"description": "Provides rich language support for Markdown.",
4-
"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the markdown preview. Setting it to 'true' creates a <br> for newlines inside paragraphs.",
5-
"markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the markdown preview.",
6-
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the markdown preview to switch to the editor.",
7-
"markdown.preview.fontFamily.desc": "Controls the font family used in the markdown preview.",
8-
"markdown.preview.fontSize.desc": "Controls the font size in pixels used in the markdown preview.",
9-
"markdown.preview.lineHeight.desc": "Controls the line height used in the markdown preview. This number is relative to the font size.",
10-
"markdown.preview.markEditorSelection.desc": "Mark the current editor selection in the markdown preview.",
11-
"markdown.preview.scrollEditorWithPreview.desc": "When a markdown preview is scrolled, update the view of the editor.",
12-
"markdown.preview.scrollPreviewWithEditor.desc": "When a markdown editor is scrolled, update the view of the preview.",
4+
"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the Markdown preview. Setting it to 'true' creates a <br> for newlines inside paragraphs.",
5+
"markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the Markdown preview.",
6+
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the Markdown preview to switch to the editor.",
7+
"markdown.preview.fontFamily.desc": "Controls the font family used in the Markdown preview.",
8+
"markdown.preview.fontSize.desc": "Controls the font size in pixels used in the Markdown preview.",
9+
"markdown.preview.lineHeight.desc": "Controls the line height used in the Markdown preview. This number is relative to the font size.",
10+
"markdown.preview.markEditorSelection.desc": "Mark the current editor selection in the Markdown preview.",
11+
"markdown.preview.scrollEditorWithPreview.desc": "When a Markdown preview is scrolled, update the view of the editor.",
12+
"markdown.preview.scrollPreviewWithEditor.desc": "When a Markdown editor is scrolled, update the view of the preview.",
1313
"markdown.preview.title": "Open Preview",
1414
"markdown.previewSide.title": "Open Preview to the Side",
1515
"markdown.showLockedPreviewToSide.title": "Open Locked Preview to the Side",
1616
"markdown.showSource.title": "Show Source",
17-
"markdown.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the markdown preview. Relative paths are interpreted relative to the folder open in the explorer. If there is no open folder, they are interpreted relative to the location of the markdown file. All '\\' need to be written as '\\\\'.",
17+
"markdown.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the Markdown preview. Relative paths are interpreted relative to the folder open in the explorer. If there is no open folder, they are interpreted relative to the location of the Markdown file. All '\\' need to be written as '\\\\'.",
1818
"markdown.showPreviewSecuritySelector.title": "Change Preview Security Settings",
19-
"markdown.trace.desc": "Enable debug logging for the markdown extension.",
19+
"markdown.trace.desc": "Enable debug logging for the Markdown extension.",
2020
"markdown.preview.refresh.title": "Refresh Preview",
2121
"markdown.preview.toggleLock.title": "Toggle Preview Locking",
22-
"configuration.markdown.preview.openMarkdownLinks.description": "Controls how links to other markdown files in the markdown preview should be opened.",
23-
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Try to open links in the editor",
24-
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the markdown preview",
25-
"configuration.markdown.links.openLocation.description": "Controls where links in markdown files should be opened.",
22+
"configuration.markdown.preview.openMarkdownLinks.description": "Controls how links to other Markdown files in the Markdown preview should be opened.",
23+
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Try to open links in the editor.",
24+
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the Markdown preview.",
25+
"configuration.markdown.links.openLocation.description": "Controls where links in Markdown files should be opened.",
2626
"configuration.markdown.links.openLocation.currentGroup": "Open links in the active editor group.",
2727
"configuration.markdown.links.openLocation.beside": "Open links beside the active editor."
2828
}

extensions/markdown-language-features/src/features/previewContentProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const previewStrings = {
2828

2929
cspAlertMessageTitle: localize(
3030
'preview.securityMessage.title',
31-
'Potentially unsafe or insecure content has been disabled in the markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts'),
31+
'Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts'),
3232

3333
cspAlertMessageLabel: localize(
3434
'preview.securityMessage.label',

extensions/testing-editor-contributions/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"state.passed": "Passed",
1515
"state.passedWithDuration": "Passed in {0}",
1616

17-
"config.enableCodeLens": "Whether code lens on test cases and suites should be visible",
17+
"config.enableCodeLens": "Whether CodeLens on test cases and suites should be visible.",
1818
"config.enableProblemDiagnostics": "Whether test failures should be reported in the 'problems' view and show as errors in the editor."
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ const editorConfiguration: IConfigurationNode = {
509509
nls.localize('wordBasedSuggestionsMode.matchingDocuments', 'Suggest words from all open documents of the same language.'),
510510
nls.localize('wordBasedSuggestionsMode.allDocuments', 'Suggest words from all open documents.')
511511
],
512-
description: nls.localize('wordBasedSuggestionsMode', "Controls from what documents word based completions are computed.")
512+
description: nls.localize('wordBasedSuggestionsMode', "Controls from which documents word based completions are computed.")
513513
},
514514
'editor.semanticHighlighting.enabled': {
515515
enum: [true, false, 'configuredByTheme'],

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,8 +1402,8 @@ class EditorFind extends BaseEditorOption<EditorOption.find, EditorFindOptions>
14021402
enum: ['never', 'always', 'multiline'],
14031403
default: defaults.autoFindInSelection,
14041404
enumDescriptions: [
1405-
nls.localize('editor.find.autoFindInSelection.never', 'Never turn on Find in selection automatically (default)'),
1406-
nls.localize('editor.find.autoFindInSelection.always', 'Always turn on Find in selection automatically'),
1405+
nls.localize('editor.find.autoFindInSelection.never', 'Never turn on Find in selection automatically (default).'),
1406+
nls.localize('editor.find.autoFindInSelection.always', 'Always turn on Find in selection automatically.'),
14071407
nls.localize('editor.find.autoFindInSelection.multiline', 'Turn on Find in selection automatically when multiple lines of content are selected.')
14081408
],
14091409
description: nls.localize('find.autoFindInSelection', "Controls the condition for turning on find in selection automatically.")
@@ -3990,7 +3990,7 @@ export const EditorOptions = {
39903990
)),
39913991
stickyTabStops: register(new EditorBooleanOption(
39923992
EditorOption.stickyTabStops, 'stickyTabStops', false,
3993-
{ description: nls.localize('stickyTabStops', "Emulate selection behaviour of tab characters when using spaces for indentation. Selection will stick to tab stops.") }
3993+
{ description: nls.localize('stickyTabStops', "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops.") }
39943994
)),
39953995
codeLens: register(new EditorBooleanOption(
39963996
EditorOption.codeLens, 'codeLens', true,
@@ -4294,7 +4294,7 @@ export const EditorOptions = {
42944294
)),
42954295
renderLineHighlightOnlyWhenFocus: register(new EditorBooleanOption(
42964296
EditorOption.renderLineHighlightOnlyWhenFocus, 'renderLineHighlightOnlyWhenFocus', false,
4297-
{ description: nls.localize('renderLineHighlightOnlyWhenFocus', "Controls if the editor should render the current line highlight only when the editor is focused") }
4297+
{ description: nls.localize('renderLineHighlightOnlyWhenFocus', "Controls if the editor should render the current line highlight only when the editor is focused.") }
42984298
)),
42994299
renderValidationDecorations: register(new EditorStringEnumOption(
43004300
EditorOption.renderValidationDecorations, 'renderValidationDecorations',
@@ -4310,7 +4310,7 @@ export const EditorOptions = {
43104310
'',
43114311
nls.localize('renderWhitespace.boundary', "Render whitespace characters except for single spaces between words."),
43124312
nls.localize('renderWhitespace.selection', "Render whitespace characters only on selected text."),
4313-
nls.localize('renderWhitespace.trailing', "Render only trailing whitespace characters"),
4313+
nls.localize('renderWhitespace.trailing', "Render only trailing whitespace characters."),
43144314
''
43154315
],
43164316
description: nls.localize('renderWhitespace', "Controls how the editor should render whitespace characters.")

0 commit comments

Comments
 (0)