Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BaiganNew to Visual Studio Code? Get it now.
Baigan

Baigan

Md Kaifee

|
14 installs
| (0) | Free
Plays a sound when a terminal command exits with a non-zero code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Baigan

This VS Code extension plays an audio file when a terminal command fails (non-zero exit code).

Current bundled audio

  • baigan.webm (in the extension root)

How it works

  • Watches terminal shell execution events.
  • When a command exits with non-zero code, it plays audio.
  • Playback is throttled by cooldownMs to avoid repeating too fast.
  • Includes a manual command: Baigan: Play Sound Now.

Settings

  • terminalErrorAudioAlert.cooldownMs: minimum delay between plays.
  • terminalErrorAudioAlert.audioFile: audio path (relative to extension folder or absolute).

Build

npm install
npm run compile

Run inside VS Code

  1. Open this folder in VS Code.
  2. Press F5 to launch the Extension Development Host.
  3. In the new window, open a terminal and run a command that prints an error (for example: ls does-not-exist).
  4. The sound should play.

Aayein-baigan-vs-code-extension

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