vscode-npm-scripts
vscode-npm-scripts copied to clipboard
Hide internal scripts from panel
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!