Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Fahh Error SoundNew to Visual Studio Code? Get it now.
Fahh Error Sound

Fahh Error Sound

Abisheik

|
7 installs
| (1) | Free
Play fun sound alerts when errors appear in your code or terminal. FAHH for code errors, GOH GOH for terminal failures. Instant audio feedback for debugging and developer productivity.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🔊 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

  1. Open Visual Studio Code
  2. Go to Extensions (Ctrl + Shift + X)
  3. Search for Fahh & Goh Goh Error Sound
  4. 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:

  1. Open VS Code
  2. Press Ctrl + Shift + P to open the Command Palette
  3. Run Extensions: Install from VSIX...
  4. 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

  • VS Code 1.93.0 or higher

For terminal error detection, Shell Integration must be enabled:

"terminal.integrated.shellIntegration.enabled": true

🖥️ Platform Support

Platform Audio Method
Windows PowerShell MediaPlayer
macOS afplay (built-in)
Linux mpg123 / ffplay

⭐ Support the Project

If you find this extension useful:

  • ⭐ Star the repository
  • 🍴 Fork the project
  • 📢 Share it with other developers

Your support helps keep the project going!


📂 Repository

🔗 GitHub: https://github.com/Abi-de-jo/Fahh


👨‍💻 Author

Created by Abi

🔗 LinkedIn: codebyabisheik

🔗 Instagram: codebyabi

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft