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
Open a folder or workspace in VS Code
Open the WV Script Runner view from the Activity Bar
Browse the list of detected scripts
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.