Faaahhhh Error Sound 🔊
Never miss an error again. This VS Code extension plays a sound effect whenever an error is detected — in your code or in the terminal.

Features
🐛 Code Diagnostic Errors
Whenever a red squiggly error appears in your code, the extension plays the sound.
💻 Terminal Command Failures
Whenever a terminal command exits with a non-zero exit code (i.e. it failed), the sound plays automatically.
⏱️ Smart Cooldown
A 2-second cooldown prevents the sound from spamming when multiple errors fire at once.
Works on Windows, macOS, and Linux using native audio playback — no extra software required on Windows or macOS.
Extension Settings
| Setting |
Type |
Default |
Description |
faaahhhh.enable |
boolean |
true |
Enable or disable the error sound. |
How to Use
- Install the extension.
- Write some buggy code or run a failing command — enjoy the sound! 🎵
- Toggle the sound on/off via Settings → Faaahhhh Error Sound.
Requirements
- VS Code 1.93 or later.
- Linux only: Requires
mpg123, aplay, or another audio player supported by the play-sound npm package.
Release Notes
1.0.0
- Initial release.
- Sound on code diagnostic errors.
- Sound on terminal command failures.
- Cross-platform support (Windows, macOS, Linux).
- Configurable enable/disable setting.
| |