Skip to content

Commit b9809ce

Browse files
committed
1 parent fd407ad commit b9809ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ configurationRegistry.registerConfiguration({
267267
default: true
268268
},
269269
'debug.onTaskErrors': {
270-
enum: ['debugAnyway', 'showErrors', 'prompt', 'cancel'],
270+
enum: ['debugAnyway', 'showErrors', 'prompt', 'abort'],
271271
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."), nls.localize('cancel', "Cancel debugging.")],
272272
description: nls.localize('debug.onTaskErrors', "Controls what to do when errors are encountered after running a preLaunchTask."),
273273
default: 'prompt'

0 commit comments

Comments
 (0)