Task HierarchyA GUI for your VS Code tasks. Groups them into a tree so you can find one, and runs them from the sidebar. Getting startedAdd a
That task lands under production › api › deploy. Tag the rest the same way and the tree builds itself:
The name before the colon is there so the line still makes sense to whoever reads the file. Nothing has to be declared anywhere else — add a fourth tag and you get a fourth level, reorder two tags and that task moves.
Running a groupPress ▶ on any group to run every task beneath it, one after another, stopping at the first failure. So ▶ on production › api runs that service's whole pipeline in order, and ▶ on production runs everything for that environment. ▶ on a single task runs just that one. ■ stops it. More
LicenseMIT |
