diff --git a/src/vs/workbench/parts/debug/electron-browser/debug.contribution.ts b/src/vs/workbench/parts/debug/electron-browser/debug.contribution.ts index 97cbde992999ace6309a40ae96a6223997b90502..65e40fde8577728dc7f5f3cfb3bffac5b3bb5f61 100644 --- a/src/vs/workbench/parts/debug/electron-browser/debug.contribution.ts +++ b/src/vs/workbench/parts/debug/electron-browser/debug.contribution.ts @@ -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 } }