Duroktar / vscode-npm-scripts

View and run NPM scripts in the sidebar
MIT License
28 stars 13 forks source link

Show scripts hierarchical #22

Open garcipat opened 1 year ago

garcipat commented 1 year ago

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