Skip to content

Commit 3b5e571

Browse files
committed
1 parent 925f3ab commit 3b5e571

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/contrib/debug/browser/debug.contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ configurationRegistry.registerConfiguration({
261261
},
262262
'debug.onTaskErrors': {
263263
enum: ['debugAnyway', 'showErrors', 'prompt'],
264+
enumDescriptions: [nls.localize('debugAnyway', "Ignore task errors and start debugging."), nls.localize('showErrors', "Show the Problems view and do not start debugging."), nls.localize('prompt', "Prompt user.")],
264265
description: nls.localize('debug.onTaskErrors', "Controls what to do when errors are encountered after running a preLaunchTask."),
265266
default: 'prompt'
266267
}

0 commit comments

Comments
 (0)