Run your shell scripts directly from VS Code with a single click.
- Play button in the editor toolbar — a
▶button appears automatically in the title bar when you open a.shfile - Runs in the integrated terminal — the script executes in the VS Code terminal, you see the output in real time
- No configuration required — works out of the box
- Open a
.shfile in VS Code - Click the ▶ button in the editor title bar
- The terminal opens and runs the script
bashmust be available on your system (Linux / macOS natively, Windows via WSL or Git Bash)
- Initial release: play button for
.shfiles, execution viabashin the integrated terminal