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

Death Terminal Error Sound

jcatama

|
2 installs
| (0) | Free
Plays the Death (Uuhh) sound when terminal errors are detected. No copyright infringement intended.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Death Terminal Error Sound

Plays the Death (Uuhh) sound when terminal output contains an error pattern. No copyright infringement intended.

Features

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

Settings

  • deathTerminalErrorSound.enabled: Enable/disable sound playback.
  • deathTerminalErrorSound.pattern: Regex used to detect errors.
  • deathTerminalErrorSound.cooldownMs: Minimum delay between plays.

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