Infuse your VS Code terminal with divine grace. Plays a soothing "Radha Radha" chanting mantra whenever any terminal command fails (non-zero exit code). Perfect for keeping a calm and spiritual mindset while coding! 🦚
Requirements
VS Code 1.93+
Shell Integration must be enabled (enabled by default in modern VS Code).
Usage
Open your terminal in VS Code.
Run any command that fails (e.g., git asdfasdf or a failing script).
The mantra will play automatically.
Customizing the Audio
By default, a dummy beep sound is included (media/mantra.wav).
To hear the real mantra, you need to provide your own .wav file.
Get a .wav file of your preferred "Radha Radha" mantra.
Open VS Code Settings (Ctrl+,).
Search for radhaRadhaMantra.audioPath.
Set the absolute path to your .wav file. Note: Windows currently only supports .wav files via PowerShell.
Alternatively, replace the media/mantra.wav file in this extension folder with your custom .wav file!