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

View and run NPM scripts in the sidebar

Results 14 vscode-npm-scripts issues
Sort by recently updated
recently updated
newest added

Close opened terminal on Errorcode 0

Hi, How can I use zsh instead of default terminal? I have edited this: "terminal.integrated.shell.osx": "/bin/zsh" and when i use normal terminal integrated works zsh, when i use npm script...

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...

[QuickTask](https://github.com/lkytal/quickTask), the task runner that I used before this one, has a very useful feature, [default tasks](https://github.com/lkytal/quickTask/blob/master/src/loaders.ts#L237). It would be great if a similar setting was available for NPM Scripts:...

enhancement
Feature Request