Bring some fun to your VS Code terminal! This extension listens to your terminal commands and plays an audio reaction based on the execution result. Perfect for developers who want a little entertainment (and a good laugh) while debugging.
✨ Features
Success (Exit Code 0): Plays a satisfying "Mew" sound when your command runs perfectly.
Failure (Exit Code > 0): Plays a classic gamer "GG" sound when your command crashes, fails, or typos occur.
🚀 Requirements & Best Practices
This extension relies on VS Code's Shell Integration to track command status.
Highly Recommended: Use PowerShell (Windows) or zsh/bash (Mac/Linux) as your default integrated terminal for the best experience.
(Note: Older terminals like Command Prompt/CMD may not pass exit codes correctly).
📦 How to Install (VSIX)
Open VS Code and go to the Extensions view (Ctrl+Shift+X).
Click the ... (Views and More Actions) menu at the top right of the Extensions panel.
Select Install from VSIX...
Locate the mew-gg-terminal-0.0.1.vsix file and select it.
Open a new PowerShell terminal in VS Code and try running a command!
📝 Release Notes
0.0.1
Initial release: The terminal now properly mews and GGs.
Built for the dev community. Check out more coding logs and tech articles at PythonMeetDev.