Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Faah and kya cheda bhosdiNew to Visual Studio Code? Get it now.
Faah and kya cheda bhosdi

Faah and kya cheda bhosdi

Prabhanshu SIngh Faah

|
61 installs
| (0) | Free
Plays a sound when errors or warnings appear in your code or terminal
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ErrorBell 🔔

Play a sound every time an error or warning appears in your code or terminal.

Supports all languages VS Code has diagnostics for: JavaScript, TypeScript, Python, PHP, C/C++, Java, Go, Rust, Ruby, and more.


Features

  • 🔴 Error sound — triggers when new errors appear in any file
  • 🟡 Warning sound — triggers when new warnings appear
  • 💻 Terminal detection — listens for error/warning output from any terminal command (npm, pip, gcc, php, pytest, etc.)
  • ⏱ Cooldown — prevents sound spam (configurable, default 2s)
  • 🔕 Toggle — click the status bar item or use the command palette to turn off
  • 🎵 Custom sounds — point to your own .wav files

Installation

From source (development)

  1. Clone or download this folder
  2. Open it in VS Code
  3. Press F5 to launch Extension Development Host
  4. The extension is now active in the new VS Code window

Install as .vsix (packaged)

npm install -g @vscode/vsce
cd errorbell
vsce package
# Creates errorbell-1.0.0.vsix
# Then: Extensions panel → ... → Install from VSIX

Settings

Setting Default Description
errorbell.enabled true Enable/disable all sounds
errorbell.playOnErrors true Sound on code errors
errorbell.playOnWarnings true Sound on code warnings
errorbell.playOnTerminalErrors true Sound on terminal error output
errorbell.cooldownMs 2000 Min ms between sounds
errorbell.customErrorSound "" Path to custom error .wav
errorbell.customWarningSound "" Path to custom warning .wav

Commands

  • ErrorBell: Toggle On/Off
  • ErrorBell: Test Error Sound
  • ErrorBell: Test Warning Sound

Platform Support

Platform Audio Player Used
Windows PowerShell Media.SoundPlayer
macOS afplay (built-in)
Linux aplay / paplay / pw-play / sox

Terminal Error Detection

ErrorBell scans terminal output for keywords from all major languages:

  • PHP: Parse error, Fatal error
  • Python: Traceback, SyntaxError, Exception
  • JavaScript/Node: Stack traces (at Function...), npm ERR!
  • C/C++: error:, undefined reference, segmentation fault
  • Rust: error[E####]
  • Java: Exception in thread, ERROR
  • Go: panic:, build failed
  • General: error, warning, fatal, FAILED

License

MIT

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