Add concurrency queue support (#355)

This commit is contained in:
Jason Ginchereau
2026-04-15 14:36:13 -05:00
committed by GitHub
parent a810405967
commit ffc3778653
9 changed files with 311 additions and 5 deletions
+1
View File
@@ -127,6 +127,7 @@ initializationOptions: {
|---------|-------------|
| `missingInputsQuickfix` | Code action to add missing required inputs for actions |
| `blockScalarChompingWarning` | Warn when block scalars (`\|` or `>`) use implicit clip chomping, which adds a trailing newline that may be unintentional |
| `allowConcurrencyQueue` | Enable the `concurrency.queue` workflow property |
Individual feature flags take precedence over `all`. For example, `{ all: true, missingInputsQuickfix: false }` enables all experimental features except `missingInputsQuickfix`.