未验证 提交 d3b60a25 编写于 作者: G Greg Van Liew 提交者: GitHub

Settings description typos (#96641)

上级 222dfa15
...@@ -103,7 +103,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio ...@@ -103,7 +103,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
}, },
'workbench.editor.showIcons': { 'workbench.editor.showIcons': {
'type': 'boolean', 'type': 'boolean',
'description': nls.localize('showIcons', "Controls whether opened editors should show with an icon or not. This requires an file icon theme to be enabled as well."), 'description': nls.localize('showIcons', "Controls whether opened editors should show with an icon or not. This requires a file icon theme to be enabled as well."),
'default': true 'default': true
}, },
'workbench.editor.enablePreview': { 'workbench.editor.enablePreview': {
......
...@@ -204,7 +204,7 @@ configurationRegistry.registerConfiguration({ ...@@ -204,7 +204,7 @@ configurationRegistry.registerConfiguration({
'properties': { 'properties': {
[FILES_EXCLUDE_CONFIG]: { [FILES_EXCLUDE_CONFIG]: {
'type': 'object', 'type': 'object',
'markdownDescription': nls.localize('exclude', "Configure glob patterns for excluding files and folders. For example, the files explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search specific excludes. Read more about glob patterns [here](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)."), 'markdownDescription': nls.localize('exclude', "Configure glob patterns for excluding files and folders. For example, the file Explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search specific excludes. Read more about glob patterns [here](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)."),
'default': { '**/.git': true, '**/.svn': true, '**/.hg': true, '**/CVS': true, '**/.DS_Store': true }, 'default': { '**/.git': true, '**/.svn': true, '**/.hg': true, '**/CVS': true, '**/.DS_Store': true },
'scope': ConfigurationScope.RESOURCE, 'scope': ConfigurationScope.RESOURCE,
'additionalProperties': { 'additionalProperties': {
......
...@@ -808,7 +808,7 @@ configurationRegistry.registerConfiguration({ ...@@ -808,7 +808,7 @@ configurationRegistry.registerConfiguration({
'search.seedOnFocus': { 'search.seedOnFocus': {
type: 'boolean', type: 'boolean',
default: false, default: false,
description: nls.localize('search.seedOnFocus', "Update workspace seach query to the editor's selected text when focusing the search view. This happens either on click or when triggering the `workbench.views.search.focus` command.") description: nls.localize('search.seedOnFocus', "Update workspace search query to the editor's selected text when focusing the search view. This happens either on click or when triggering the `workbench.views.search.focus` command.")
}, },
'search.searchOnTypeDebouncePeriod': { 'search.searchOnTypeDebouncePeriod': {
type: 'number', type: 'number',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册