Skip to content

Commit

Permalink
Tweak lazy var setting description (#221752)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 15, 2024
1 parent 286795f commit 02e7848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 02e7848

Please sign in to comment.