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

Add loc string comment for search

see #100941
上级 c6dde2b1
......@@ -850,7 +850,7 @@ configurationRegistry.registerConfiguration({
'search.searchEditor.reusePriorSearchConfiguration': {
type: 'boolean',
default: false,
markdownDescription: nls.localize('search.searchEditor.reusePriorSearchConfiguration', "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 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")
},
'search.searchEditor.defaultNumberOfContextLines': {
type: ['number', 'null'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册