Meme Error Sound
A fun Visual Studio Code extension that reacts when coding errors appear.
Features
- Plays a random meme sound when an error occurs
- Helps make debugging more fun
- Works automatically when VS Code detects an error
How it works
Whenever VS Code detects a diagnostic error in your code, the extension triggers a meme sound from the media folder.
Installation
- Download the
.vsix file
- Open Visual Studio Code
- Go to Extensions →
... → Install from VSIX
- Select the file
Example
Create an error like:
console.log("hello"
| |