vscode-npm-scripts icon indicating copy to clipboard operation
vscode-npm-scripts copied to clipboard

Show scripts hierarchical

Open garcipat opened this issue 1 year ago • 0 comments

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

garcipat avatar Jul 05 '23 08:07 garcipat