Play meme sounds on errors! 15+ bundled meme sounds, browse thousands more from the online meme soundboard, or add your own. Triggers on editor, terminal, and debug errors.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Play meme sounds whenever you get errors in VS Code! Choose from 15+ bundled meme sounds, browse thousands more from the online meme soundboard, or add your own custom sounds.
Features
Editor Diagnostics -- plays a sound when new linter or compiler errors appear
Terminal Errors -- plays a sound when a terminal command exits with a non-zero code
Debug Console -- plays a sound on stderr output or unhandled exceptions during debugging
15+ Bundled Meme Sounds -- pre-loaded meme sounds ready to use out of the box
Meme Soundboard -- browse and search thousands of meme sounds online, preview them, and download with one click
Custom Sounds -- add your own audio files (WAV, MP3, OGG, etc.)
Sound Picker -- navigate sounds with arrow keys to preview, press Enter to select
Debouncing -- configurable cooldown so rapid errors don't spam you
Commands
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and search for:
Command
Description
MemeSound on Error: Select Sound
Pick from bundled sounds, custom sounds, or add new ones
MemeSound on Error: Browse Meme Soundboard
Browse popular meme sounds online with preview and one-click download
MemeSound on Error: Test Sound
Play the current sound to verify it works
MemeSound on Error: Toggle Enable/Disable
Quickly enable or disable the extension
MemeSound on Error: Remove Custom Sound
Remove a previously added custom sound
Settings
Configure in Settings (Ctrl+,) under "MemeSound on Error":
Setting
Type
Default
Description
soundOnError.enabled
boolean
true
Master toggle
soundOnError.soundFilePath
string
""
Path to a custom sound file (empty = bundled default)
soundOnError.triggerOn
array
["diagnostics", "terminal", "debug"]
Which error sources trigger the sound
soundOnError.severityLevel
array
["error"]
Diagnostic severities to alert on (error, warning)