Fix tasks typo
This commit is contained in:
Родитель
f309783063
Коммит
adc565da58
|
@ -39,7 +39,7 @@ The configuration is persisted globally across all workspaces.
|
|||
|
||||
### Sequential dependency execution
|
||||
|
||||
The `"dependsOn"` task attribute still defaults to running all dependencies in parallel, but now you can specify `"dependsOrder": "sequence"` and have your task dependencies executed in the order they are listed in `"dependsOn"`. Any background/watch tasks used in `"dependsOn"` but have a problem matcher that tracks when they are “done”. The following task runs task Two, task Three, and then task One.
|
||||
The `"dependsOn"` task attribute still defaults to running all dependencies in parallel, but now you can specify `"dependsOrder": "sequence"` and have your task dependencies executed in the order they are listed in `"dependsOn"`. Any background/watch tasks used in `"dependsOn"` must have a problem matcher that tracks when they are “done”. The following task runs task Two, task Three, and then task One.
|
||||
|
||||
```
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче