提交 708655e3 编写于 作者: I isidor

debug: improve setting wording

fixes #14356
上级 9f3640fe
......@@ -165,12 +165,12 @@ configurationRegistry.registerConfiguration({
properties: {
'debug.allowBreakpointsEverywhere': {
type: 'boolean',
description: nls.localize('allowBreakpointsEverywhere', "Allows setting breakpoints for all files, no matter the extension."),
description: nls.localize('allowBreakpointsEverywhere', "Allows setting breakpoint in any file"),
default: false
},
'debug.openExplorerOnEnd': {
type: 'boolean',
description: nls.localize('openExplorerOnEnd', "Automatically open explorer viewlet on the end of a debug session."),
description: nls.localize('openExplorerOnEnd', "Automatically open explorer viewlet on the end of a debug session"),
default: false
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册