Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Script Runner ProNew to Visual Studio Code? Get it now.
Script Runner Pro

Script Runner Pro

Hoang Thanh Nga

|
3 installs
| (0) | Free
Run scripts from package.json with a convenient WebView panel
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Script Runner

A VS Code extension to quickly run scripts from package.json files with a convenient WebView panel.

Features

  • WebView UI - Display scripts in a side panel with run/stop/restart buttons
  • Multi-repo Support - Dropdown to select workspace folder or show all
  • Collapsible Sections - Each repo can be collapsed/expanded
  • Process Management - Track running scripts, handle stop/restart

Installation

  1. Open the extension in VS Code
  2. Press F5 to run the extension in debug mode
  3. Or build and install the .vsix file

Development

# Install dependencies
npm install

# Compile TypeScript
npm run compile

# Watch for changes
npm run watch

# Debug (F5)

Usage

  1. Open a workspace with package.json files
  2. Click the "Script Runner" icon in the activity bar
  3. Click the Run (▶) button to start a script
  4. Click the Stop (⏹) button to stop a running script
  5. Click the Restart (🔄) button to restart a running script
  6. Use the dropdown to filter by folder

Keyboard Shortcuts

  • Ctrl+Shift+R (Mac: Cmd+Shift+R) - Refresh scripts

Requirements

  • VS Code 1.85.0 or later
  • Works with Cursor, WindSurf, and other VS Code compatible IDEs
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft