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

Terminal FAAAHH Fail Sound

Nazanin

|
2 installs
| (0) | Free
It plays the custom sound when terminal gets a failure.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminal Fail Sound 🔊

An extension I developed to alert me with a sound whenever a command fails in the VS Code terminal (when the exit code is not 0). I no longer have to constantly check the screen when long-running builds, compilations, or tests fail in the background!

Features

  • Automatically plays a warning sound (fail.wav) when a command executed in the terminal fails.
  • Cross-platform: I designed it to detect the operating system and work seamlessly via built-in media players on Windows, macOS, and Linux.
  • Listens silently in the background and doesn't impact VS Code performance.

Requirements

In order for my extension to catch command completions and exit codes, VS Code's "Shell Integration" feature must be active. This is enabled by default in modern VS Code versions. To check:

  1. Open VS Code Settings (Ctrl + ,)
  2. Search for Terminal > Integrated: Shell Integration and make sure it is checked.

Manual Installation (VSIX)

To install this extension in your own environment:

  1. Open the Extensions tab in VS Code (Ctrl+Shift+X).
  2. Click on the three dots (...) in the top right corner.
  3. Select Install from VSIX...
  4. Choose the compiled .vsix file to complete the installation.

Customizing the Sound

If you clone the project to your computer and want to change the sound: You can replace the sounds/fail.wav file in the root directory with another .wav file of your choice (keeping the exact same name), and repackage the project using the vsce package command.

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