提交 a73471c5 编写于 作者: I isidor

fixes #44487

上级 67795580
......@@ -202,7 +202,7 @@ configurationRegistry.registerConfiguration({
'debug.openDebug': {
enum: ['neverOpen', 'openOnSessionStart', 'openOnFirstSessionStart'],
default: 'openOnFirstSessionStart',
description: nls.localize('openDebug', "Controls whether debug viewlet should be open on debugging session start.")
description: nls.localize('openDebug', "Controls whether debug view should be open on debugging session start.")
},
'launch': {
type: 'object',
......
......@@ -456,7 +456,7 @@ configurationRegistry.registerConfiguration({
'search.location': {
enum: ['sidebar', 'panel'],
default: 'sidebar',
description: nls.localize('search.location', "Controls if the search will be shown as a viewlet in the sidebar or as a panel in the panel area for more horizontal space"),
description: nls.localize('search.location', "Controls if the search will be shown as a view in the sidebar or as a panel in the panel area for more horizontal space"),
},
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册