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

FAAH Active Error Sound

Shadeer

|
2 installs
| (0) | Free
Play a dramatic FAAH sound when the active file gains a new error diagnostic.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FAAH Error Sound

FAAH Error Sound is a simple macOS-first VS Code extension that plays a bundled FAAH sound when the currently active file gains a new error diagnostic.

What it does

  • Watches only the active editor
  • Reacts only to Error diagnostics
  • Plays sound only when a new error appears in the active file
  • Ignores warnings, info, hints, and background files
  • Avoids repeating the sound when the same error is re-published

Commands

  • FAAH Error: Test Play Sound
  • FAAH Error: Show Debug State

How to test

  1. Open a JavaScript or TypeScript file.
  2. Introduce a real syntax or type error in the active file.
  3. Wait for the red error diagnostic.
  4. The FAAH sound should play once when the new error appears.

Example test input:

const x =

Notes

  • This version is macOS-only and uses the built-in afplay command.
  • The bundled sound file is included inside the extension package.
  • The extension only reacts to the file currently open in the active editor.

Development

npm install
npm run compile

Use F5 in VS Code or Cursor to launch an Extension Development Host while developing locally.

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