Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Command Palette NPM Script RunnerNew to Visual Studio Code? Get it now.

Command Palette NPM Script Runner

elltg

|
413 installs
| (0) | Free
Run NPM scripts from the command palette
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

This extension lets you run NPM scripts from the command palette.

Run the extension from the command palette and it will list the scripts from package.json file at the root of the workspace.

Upon selecting an item, it will focus the last used terminal and send the text npm run ${selected script name} which will of course result in that script being run.

Demo: demo

Requirements

None

Extension Settings

None

Known Issues

None

Release Notes

Initial release!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft