Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DCT NPM RunnerNew to Visual Studio Code? Get it now.
DCT NPM Runner

DCT NPM Runner

Abir Hasan Turno

|
1 install
| (0) | Free
Run and manage npm scripts from VS Code, including dev server toggle and restart.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NPM Runner

VS Marketplace Version Downloads Rating

Run and manage npm scripts directly from VS Code with ease. Start, stop, or restart your development server and execute other scripts without leaving your editor.


Features

  • Start/stop dev server (npm run dev) from the status bar.
  • Restart dev server with a single command.
  • Capture stdout/stderr in a dedicated Output Channel.
  • Automatically updates the status bar to show server status.
  • Works with any npm scripts defined in your package.json.

Commands

Command Description
NPM Runner: Toggle Dev Server Start or stop your dev server.
NPM Runner: Restart Dev Server Restart your running dev server.

You can access these commands from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P on Mac) or via the status bar button.


Usage

  1. Open a workspace containing a package.json.
  2. Click the Run Dev status bar button.
  3. View the dev server logs in the NPM Dev Output Channel.
  4. Stop or restart the server from the status bar or command palette.

Extension Settings

This extension currently has no configurable settings.


Requirements

  • Node.js installed in your system.
  • Your project must have a valid package.json with scripts defined.

Known Issues

  • The extension only works in the first workspace folder if you have multiple.
  • Only supports npm scripts; yarn is not supported yet.

Release Notes

0.0.1

  • Initial release.
  • Toggle dev server (start/stop).
  • Restart dev server.
  • Capture logs in Output Channel.

Publisher

DeltaCube Technology


License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft