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

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

On fresh install, when i click on some script it opens terminal with message "auto: command not found" and that's it.

Fix is in the comments

Using VSCode version v1.73.1 The npm scripts stopped showing up in the explorer sidebar. I reinstalled it but still doesn't show up. It was working fine before.

Hi again! I have a monorepo that contains both my client and my server. I like starting them on a split terminal, one on the side of the other. Your...

This is a feature request. Unless there is a better way to configure this. If I run a script, I don't want it to hide my other running scripts. I...

enhancement
Feature Request

When clicking a script, it was executing "auto run scripName". Reading the code, I found out this: ```ts const packageManager: string = workspace.getConfiguration("npm").get("packageManager") || "npm"; ``` In my VsCode configs,...

bug

I know this repo has gone idle as VSCode has this out of the box... but VSCode has the same issue as this extension, it cannot run scripts with special...

bug

Issue Type: Bug for laravel projet Extension version: 0.2.1 VS Code version: Code 1.49.1 (58bb7b2331731bf72587010e943852e13e6fd3cf, 2020-09-16T23:27:51.792Z) OS version: Windows_NT x64 10.0.19041 System Info |Item|Value| |---|---| |CPUs|Intel(R) Pentium(R) CPU N3700 @...

Hey! I've detected a bug when the script's name contains spaces. In my case, I have 2 scripts: "compile" and "deploy". Then I have a third script "compile and deploy"....

In my case some scripts can have negative side-effects if accidentally run, and some others would require extra arguments to be provided. What if there's a setting, similar to `npm.scriptExplorerAction`,...

bug
Feature Request