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

debug: improve setting wording

fixes #14356
上级 9f3640fe
...@@ -165,12 +165,12 @@ configurationRegistry.registerConfiguration({ ...@@ -165,12 +165,12 @@ configurationRegistry.registerConfiguration({
properties: { properties: {
'debug.allowBreakpointsEverywhere': { 'debug.allowBreakpointsEverywhere': {
type: 'boolean', 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 default: false
}, },
'debug.openExplorerOnEnd': { 'debug.openExplorerOnEnd': {
type: 'boolean', 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 default: false
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册