You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdownDescription: nls.localize('task.problemMatchers.neverPrompt',"Configures whether to show the problem matcher prompt when running a task. Set to `true` to never promp, or use an array of task types to turn off prompting only for specific task types."),
319
+
'oneOf': [
320
+
{
321
+
type: 'boolean',
322
+
markdownDescription: nls.localize('task.problemMatchers.neverPrompt.boolean','Sets problem matcher prompting behavior for all tasks.')
323
+
},
324
+
{
325
+
type: 'array',
326
+
items: {
327
+
type: 'string',
328
+
markdownDescription: nls.localize('task.problemMatchers.neverPrompt.array','An array of task types to never prompt for problem matchers on.')
0 commit comments