vscode-npm-scripts
vscode-npm-scripts copied to clipboard
Show scripts hierarchical
We have a lot of scripts. Most of them are build with ":" as separation like affected:libs.
I would ask if its possible to have a grouping functionality where you can have a treelike vier and group scripts together with the same prefix.
like:
├─ build
├─ affected
│ ├─ libs
│ ├─ e2e
├─ myapp
├─ lint
├─ lint
├─ fix