Duroktar / vscode-npm-scripts

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

Hide internal scripts from panel #10

Open nuthinking opened 6 years ago

nuthinking commented 6 years ago

Is there a way to hide some scripts from the NPM SCRIPTS panel? I have some scripts that are run through npm-run-all as part of a sequence and I would like to hide them from the UI so that I don't risk to trigger them individually. I tried adding "_" at the begin of their name but didn't work. Thanks!