Skip to content

Commit 347863d

Browse files
intel352claude
andcommitted
fix: declare workflow.suppressDetectionPrompt setting in package.json (Task 22)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 542eee7 commit 347863d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
},
120120
"default": [],
121121
"description": "Glob patterns for workflow config files (e.g. config/app.yaml)"
122+
},
123+
"workflow.suppressDetectionPrompt": {
124+
"type": "boolean",
125+
"default": false,
126+
"description": "Don't show detection prompt for workflow YAML files"
122127
}
123128
}
124129
},

0 commit comments

Comments
 (0)