Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Kajal Bhammar Terminal Error BeepNew to Visual Studio Code? Get it now.
Kajal Bhammar Terminal Error Beep

Kajal Bhammar Terminal Error Beep

Kajal Bhammar

|
5 installs
| (0) | Free
Plays an alert sound when terminal errors are detected.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kajal Bhammar

Plays an alert sound when terminal output contains an error pattern.

Features

  • Detects terminal output errors using a configurable regex.
  • Plays a sound with cooldown to avoid spam.
  • Includes command: Kajal Bhammar: Play Test Sound.

Settings

  • kajalBhammarTerminalAlert.enabled: Enable/disable sound playback.
  • kajalBhammarTerminalAlert.pattern: Regex used to detect errors.
  • kajalBhammarTerminalAlert.cooldownMs: Minimum delay between plays.
  • kajalBhammarTerminalAlert.soundFilePath: Optional local audio file path (.wav or .mp3), absolute or workspace-relative.

Use only audio assets you have permission to use.

Run locally

  1. Install deps: npm install
  2. Compile: npm run compile
  3. Press F5 in VS Code to launch Extension Development Host.
  4. Open a terminal in the host and run something that prints an error.

Build VSIX

  1. Install deps: npm install
  2. Build package: npm run package:vsix
  3. The .vsix file will be created in the project root.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft