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

Aaahhhhhh Sound on Terminal Error

Zubair

|
24 installs
| (0) | Free
Plays an 'aaahhhhhh' scream sound whenever there's an error in the terminal
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

[Aaahhhhhh Sound Extension Logo]

Aaahhhhhh Sound on Terminal Error - VS Code Extension

A VS Code extension that plays an "aaahhhhhh" scream sound every time a command fails in the terminal.

Installing the Extension from VSIX

  1. Download the .vsix file for this extension.
  2. Open Visual Studio Code.
  3. Go to the Extensions view (Ctrl+Shift+X).
  4. Click the three-dot menu in the top right and select Install from VSIX....
  5. Select the downloaded .vsix file and follow the prompts.

Features

Requirements

  • VS Code 1.93 or later
  • Linux: ffplay (from ffmpeg), paplay (PulseAudio), or aplay (ALSA)
  • macOS: afplay (built-in)
  • Windows: PowerShell (built-in)

Commands

Command Description
Aaahhhhhh Sound: Toggle Error Sound Enable/disable the sound
Aaahhhhhh Sound: Test Sound Play the sound to test it

Settings

Setting Default Description
aaahhhhhSoundError.enabled true Enable/disable the sound
aaahhhhhSoundError.volume 0.5 Volume level (0.0 to 1.0)

Installation (Development)

  1. Clone/download this folder
  2. Run chmod +x launch-vscode-aaahhhhhh.sh
  3. Run ./launch-vscode-aaahhhhhh.sh
  4. A new VS Code window will open with the extension loaded
  5. Open a terminal and run a failing command (e.g., ls nonexistent) to hear the sound

Installation (Production)

Install the .vsix file

  1. Open VS Code.
  2. Press Ctrl+Shift+P and search for Extensions: Install from VSIX....
  3. Select the aaahhhhhh-sound-error-1.0.0.vsix file from this folder.
  4. Reload VS Code if prompted.

Or use the command line:

code --install-extension aaahhhhhh-sound-error-1.0.0.vsix

Audio tool setup

Linux

  • For best results, install at least one of these tools:
    • ffplay (from ffmpeg):
      sudo apt install ffmpeg
      
    • paplay (PulseAudio):
      sudo apt install pulseaudio-utils
      
    • aplay (ALSA):
      sudo apt install alsa-utils
      
  • The extension will try all three automatically.

macOS

  • No setup needed. afplay is built-in and used by the extension.

Windows

  • No setup needed. PowerShell is used to play the sound.

How to package

npm install -g @vscode/vsce
vsce package

This will create a .vsix file you can install in VS Code.

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