提交 eae74f51 编写于 作者: R Rob Lourens

Loc comment #100941

上级 e57af55e
...@@ -861,7 +861,7 @@ configurationRegistry.registerConfiguration({ ...@@ -861,7 +861,7 @@ configurationRegistry.registerConfiguration({
'search.searchEditor.reusePriorSearchConfiguration': { 'search.searchEditor.reusePriorSearchConfiguration': {
type: 'boolean', type: 'boolean',
default: false, default: false,
markdownDescription: nls.localize({ key: 'search.searchEditor.reusePriorSearchConfiguration', comment: ['"Search Editor" is a type that editor that can display search results. "includes, excludes, and flags" just refers to settings that affect search. For example, the "search.exclude" setting.'] }, "When enabled, new Search Editors will reuse the includes, excludes, and flags of the previously opened Search Editor") markdownDescription: nls.localize({ key: 'search.searchEditor.reusePriorSearchConfiguration', comment: ['"Search Editor" is a type of editor that can display search results. "includes, excludes, and flags" refers to the "files to include" and "files to exclude" input boxes, and the flags that control whether a query is case-sensitive or a regex.'] }, "When enabled, new Search Editors will reuse the includes, excludes, and flags of the previously opened Search Editor")
}, },
'search.searchEditor.defaultNumberOfContextLines': { 'search.searchEditor.defaultNumberOfContextLines': {
type: ['number', 'null'], type: ['number', 'null'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册