Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Faaah Sound ErrorsNew to Visual Studio Code? Get it now.
Faaah Sound Errors

Faaah Sound Errors

Monirweb

|
1,770 installs
| (2) | Free
Plays FAAAAH sound whenever you make a coding error
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FAAAAH Error Sound

A Visual Studio Code extension that plays an audio alert whenever errors are detected in your workspace, helping you stay aware of issues as you code.

Features

The extension monitors your workspace and plays a sound when:

  • TypeScript compilation errors occur
  • ESLint linting errors are detected
  • Build processes fail
  • Test suites fail

Language Support: Works with all programming languages, not limited to JavaScript/TypeScript.

Installation

  1. Open Visual Studio Code
  2. Go to Extensions (press Ctrl+Shift+X or Cmd+Shift+X on Mac)
  3. Search for "FAAAAH"
  4. Click Install

Usage

Sound Toggle

The extension includes a mute/unmute toggle in the VS Code status bar (bottom right corner). Click the speaker icon to toggle sound notifications on or off without disabling the extension.

Volume Control

You can adjust the volume of the error sound from 0 (silent) to 100 (maximum). To change the volume:

  1. Open VS Code Settings (Ctrl+, or Cmd+, on Mac)
  2. Search for faaah
  3. Find "Faaah: Volume" setting
  4. Set your preferred volume level (default is 50)

The volume setting works on all supported platforms (Windows, macOS, and Linux).

Configuration

Available Settings

The following settings can be configured through VS Code settings or directly in your settings.json file:

Setting Type Default Description
faaah.enabled boolean true Enable or disable the extension
faaah.muted boolean false Temporarily mute sounds without disabling the extension
faaah.cooldownMs number 1500 Minimum delay between consecutive sounds (in milliseconds)
faaah.volume number 50 Volume level for error sound (0-100)
faaah.customSoundPath string "" Path to a custom sound file (leave empty for default)

Setting a Custom Sound File

You can replace the default sound with your own audio file:

  1. Open VS Code Settings (Ctrl+, or Cmd+, on Mac)
  2. Search for faaah
  3. Locate the "Faaah: Custom Sound Path" setting
  4. Enter the full path to your custom sound file

Example paths:

  • Windows: C:\Users\YourName\sounds\myerror.mp3
  • Mac/Linux: /home/username/sounds/myerror.mp3

Supported audio formats: MP3, WAV, and other formats supported by your system.

Note: Leave this setting empty to use the default sound.

Configuration via settings.json

Alternatively, configure the extension directly in your settings.json file:

{
  "faaah.enabled": true,
  "faaah.muted": false,
  "faaah.cooldownMs": 1500,
  "faaah.volume": 50,
  "faaah.customSoundPath": ""
}

To access settings.json:

  1. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  2. Type "Preferences: Open User Settings (JSON)"
  3. Add the configuration above

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

Credits

Created by @monirweb

License

See LICENSE file for details.

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