Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Run NPM ButtonsNew to Visual Studio Code? Get it now.
Run NPM Buttons

Run NPM Buttons

JohnSutray

|
3 installs
| (0) | Free
Динамические кнопки запуска npm-скриптов
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Run NPM Buttons

Run NPM Buttons is a VS Code / Cursor extension that provides quick access to your most used npm scripts directly from the status bar.
It remembers which scripts you have executed in the current workspace and creates a persistent toolbar for them.

Features

  • Adds compact buttons in the status bar for npm scripts.
  • Scripts appear only after they have been executed at least once (workspace history).
  • Supports monorepos: sub-packages show scripts using folderName:scriptName.
  • Tracks script state:
    • idle → play icon
    • running → spinner animation, automatically reset when finished
  • Works both when you start scripts from the extension or from the built-in NPM Scripts Explorer.

Installation

From Open VSX (recommended for Cursor/VSCodium):
https://open-vsx.org/extension/johnsutray/run-npm-buttons

From VS Code Marketplace:
https://marketplace.visualstudio.com/items?itemName=johnsutray.run-npm-buttons

Or locally with a .vsix file:

vsce package
code --install-extension run-npm-buttons-0.0.1.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft