🔊 Fahh & Goh Goh Error Sound
Instant audio feedback for coding errors — hear your bugs before you see them.
Fahh & Goh Goh Error Sound is a Visual Studio Code extension that plays fun sound alerts whenever errors occur while coding. Get instant audio feedback the moment something goes wrong — in your code or in the terminal.
✨ Features
| Feature |
Description |
| 🔴 Code Error Detection |
Detects new coding errors in real time and plays the "FAHH" sound |
| 💻 Terminal Error Detection |
Detects failed terminal commands (exit code ≠ 0) and plays the "GOH GOH" sound |
| ⚡ Instant Feedback |
Sounds play immediately when an error occurs |
| 🪶 Lightweight |
Minimal overhead with simple audio playback |
| 🌍 Cross-Platform |
Works on Windows, macOS, and Linux |
📦 Installation
Install from VS Code Marketplace
- Open Visual Studio Code
- Go to Extensions (
Ctrl + Shift + X)
- Search for
Fahh & Goh Goh Error Sound
- Click Install
Install Manually
Download the latest .vsix file directly from the GitHub releases page:
👉 Download codebyabi-[0.0.look latest one].vsix
Then install it via terminal:
code --install-extension codebyabi-[0.0.look latest one].vsix
Or inside VS Code:
- Open VS Code
- Press
Ctrl + Shift + P to open the Command Palette
- Run
Extensions: Install from VSIX...
- Select the downloaded
codebyabi-[0.0.look latest one].vsix file
🚀 Usage
No configuration required — just install and start coding.
| Action |
Sound |
| Write broken code |
🔊 FAHH |
| Terminal command fails |
🔊 GOH GOH |
Example:
console.log(object) // ❌ 'object' is not defined
The extension detects the error and immediately plays the FAHH sound.
If a terminal command exits with a non-zero code, the GOH GOH sound plays.
⚙️ Sound Setup
Sound files are stored inside the sounds/ folder:
sounds/
├── error.mp3 → FAHH sound (code errors)
└── goh.mp3 → GOH GOH sound (terminal failures)
💡 You can replace these files with your own custom .mp3 sounds anytime.
📋 Requirements
For terminal error detection, Shell Integration must be enabled:
"terminal.integrated.shellIntegration.enabled": true
| Platform |
Audio Method |
| Windows |
PowerShell MediaPlayer |
| macOS |
afplay (built-in) |
| Linux |
mpg123 / ffplay |
⭐ Support the Project
If you find this extension useful:
Your support helps keep the project going!
📂 Repository
🔗 GitHub: https://github.com/Abi-de-jo/Fahh
👨💻 Author
Created by Abi
🔗 LinkedIn: codebyabisheik
🔗 Instagram: codebyabi