Visual Studio Code>Other>Error Sound Support For All Coding Languages (REACT, ANGULAR, JAVASCRIPT, TYPESCRIPT, PYTHON and More)New to Visual Studio Code?Get it now.
Error Sound Support For All Coding Languages (REACT, ANGULAR, JAVASCRIPT, TYPESCRIPT, PYTHON and More)
Error Sound on Save plays a sound whenever you save a file in VS Code and errors are detected. It works with Angular, React, JavaScript, TypeScript, Python, and any language that provides diagnostics.
⚡ Features
Plays a sound only after saving a file with errors.
Supports Angular, React, JS/TS, Python, and more.
Choose a sound from the extension’s media folder.
Default sound included if no custom selection is made.
Lightweight, easy to install, and no extra configuration required.
🎵 How to Use
Install the extension.
Open your file (Angular, React, Python, JS/TS, etc.)
Save the file (Ctrl+S / Cmd+S)
If errors exist, your selected sound will play.
📂 Media Folder
Include .wav files in the media folder. You can add more sounds but update the dropdown in package.json.
🎵 Media Folder Sounds
The extension includes multiple audio files in the media folder:
meow-ghoop-ghopp.wav
faaah.wav
anime-ahh.wav
kya-cheda-bhosdi.wav
aayein-meme.wav
le-beta.wav
shocked-sound-effect.wav
khatam-rahul-gandhi.wav
meri-jung-emotional.wav
dry-fart.wav
You can choose your preferred sound from Settings → Error Sound → Selected Sound.
⚙️ Settings
Setting
Type
Default
Description
errorSound.selectedSound
string
meow-ghoop-ghopp.wav
Select error sound from media folder (media/meow-ghoop-ghopp.wav, etc.)
How to change:
Open VS Code Extension Development Host.
Go to: File → Preferences → Settings
Search for Error Sound.
Select your favorite audio from the dropdown.
🖥 Installation
From VSIX (manual)
Download the .vsix file from GitHub releases.
Open VS Code → Extensions → ... → Install from VSIX.
Select your downloaded file.
Reload VS Code.
From GitHub
git clone https://github.com/Slytherin001/AngularReactErrorSoundExtension
cd angular-react-error-sound
code .