Skip to content

Commit

Permalink
fixes #81868
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Oct 3, 2019
1 parent 925f3ab commit 3b5e571
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ configurationRegistry.registerConfiguration({
},
'debug.onTaskErrors': {
enum: ['debugAnyway', 'showErrors', 'prompt'],
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.")],
description: nls.localize('debug.onTaskErrors', "Controls what to do when errors are encountered after running a preLaunchTask."),
default: 'prompt'
}
Expand Down

0 comments on commit 3b5e571

Please sign in to comment.