diff --git a/src/vs/workbench/contrib/debug/browser/debug.contribution.ts b/src/vs/workbench/contrib/debug/browser/debug.contribution.ts index ad1829430345e..5a5fa7d5cc665 100644 --- a/src/vs/workbench/contrib/debug/browser/debug.contribution.ts +++ b/src/vs/workbench/contrib/debug/browser/debug.contribution.ts @@ -628,7 +628,7 @@ configurationRegistry.registerConfiguration({ nls.localize('debug.autoExpandLazyVariables.on', "Always automatically expand lazy variables."), nls.localize('debug.autoExpandLazyVariables.off', "Never automatically expand lazy variables.") ], - description: nls.localize('debug.autoExpandLazyVariables', "Controls if variables, such as getters, are automatically resolved and expanded by the debugger.") + description: nls.localize('debug.autoExpandLazyVariables', "Controls whether variables that are lazily resolved, such as getters, are automatically resolved and expanded by the debugger.") }, 'debug.enableStatusBarColor': { type: 'boolean',