FreezeSound is a super simple and fun extension for Visual Studio Code. It plays a short, satisfying sound every time you successfully run a commit or push via Git!
Features
🎵 Sound on Commit: Plays a background sound (without opening a visible media player) whenever a Git commit is executed successfully.
🚀 Sound on Push: Plays a background sound to celebrate a successful push to your remote repository.
🔧 Manual Command: Provides a FreezeSound: Hello World command to test the audio functionality manually.
Requirements
No special requirements. The extension plugs directly into the VS Code API and transparently monitors your project's .git folder without getting in your way.
Release Notes
0.0.1
Initial release of the extension with Git hooks support for commits and pushes.
Fix for Windows (PowerShell) to play audio invisibly.