Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BethNew to Visual Studio Code? Get it now.
Beth

Beth

Wilmer Vasquez

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

WV Script Runner

WV Script Runner is a Visual Studio Code extension that allows you to discover and execute script files directly from a dedicated Tree View inside VS Code.

It is designed to speed up development workflows by providing quick access to commonly used scripts without opening a terminal manually.

✨ Features

  • 📂 Automatically scans your workspace for script files
  • 🌲 Displays scripts in a Tree View
  • ▶ Run scripts with a single click
  • 🧠 Uses native VS Code file icons
  • 📁 Shows relative paths instead of absolute paths for better readability
  • 🔄 Automatically updates when files are added or removed

Supported Script Types

  • Bash (.sh)
  • PowerShell (.ps1)
  • Batch (.bat, .cmd)
  • Python (.py)
  • Node.js (.js)

🚀 Usage

  1. Open a folder or workspace in VS Code
  2. Open the WV Script Runner view from the Activity Bar
  3. Browse the list of detected scripts
  4. Click on any script to execute it in the terminal

📦 Requirements

Depending on the script type, make sure the corresponding runtime is installed:

  • Bash
  • PowerShell
  • Python
  • Node.js

⚙ Extension Settings

This extension currently does not add custom configuration settings.

🐞 Known Issues

  • Script execution depends on the availability of the required runtime in the system environment.

📝 Release Notes

1.0.0

  • Initial release
  • Script Tree View
  • Support for multiple script types
  • Relative path display
  • Native file icons integration

Developed by Wilmer Vasquez

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