Terminal Error Sound 🔊
A VS Code extension that plays a custom sound whenever a terminal command fails with an error. Never miss an error again!
Features
- 🎵 Automatically plays a sound when a terminal command exits with an error
- 🔊 Adjustable volume control
- ✅ Easy toggle on/off
- 🧪 Test sound command
Installation
- Open VS Code
- Press
Ctrl+P
- Run:
ext install buddhabhushan.terminal-error
Commands
Open Command Palette (Ctrl+Shift+P) and search:
- Terminal Error Sound: Toggle — Enable/disable the sound
- Terminal Error Sound: Test Sound — Test if the sound is working
Configuration
Search Terminal Error Sound in VS Code settings:
| Setting |
Type |
Default |
Description |
terminalError.enabled |
boolean |
true |
Enable/disable sound |
terminalError.volume |
number |
0.5 |
Volume (0.0 to 1.0) |
Requirements
- VS Code 1.93+
- Linux:
ffplay, paplay, or aplay
- macOS: Built-in (
afplay)
- Windows: Built-in (PowerShell)
License
MIT — by buddhabhushan
| |