Turn VS Code into a "living meme" by playing iconic sounds during common developer moments, reinforcing good habits (or mocking bad ones) through audio feedback.
Features
Sound Triggers
Sound
Trigger
Vine Boom
Switching to main/master branch, typing API keys, opening files >2000 lines, writing TODOs, force pushing
memecode.disabledSounds: Array of sounds to disable
Commands
MemeCode: Test Sound - Test any sound from the palette
MemeCode: Toggle - Enable/disable all sounds
Platform Support
✅ Windows (PowerShell + Windows Media Player)
✅ Linux (PulseAudio, ALSA, mpv, or ffmpeg)
✅ macOS (afplay)
Development
# Install dependencies
npm install
# Compile
npm run compile
# Watch for changes
npm run watch
# Press F5 in VS Code to launch extension development host