microsoft / vscode-npm-scripts

VSCode extension for running npm-scripts and validating the package.json files.
MIT License
215 stars 55 forks source link

Feature Request: Do no open all NPM scripts #150

Closed jpSimkins closed 3 years ago

jpSimkins commented 3 years ago

Please allow an option to prevent opening each NPM Script to see all that it contains. This is absolutely a nightmare in mono repos with hundreds of NPM scripts.

Ideally, it should just show the list of NPM scripts locations then you can select the one to open. The current implementation has so much noise with the NPM scripts system on larger mono repos that I find myself turning it off as it's not worth the 10 mins to go through and close all the scripts.

Also, another feature that would be useful, allow us to only show scripts that are in a folder that we select. Ideally a context menu to select the folder and only see scripts inside that directory.

For my smaller projects, this is fine. Like I said, this is a nightmare with projects that have hundreds of NPM scripts.

jpSimkins commented 3 years ago

I'm an idiot... it was there all along... It would be cool to not have them open VIA a setting but this is no longer a nightmare once I noticed the icon to minimize the scripts.