This Visual Studio Code extension enhances your Python coding experience by playing distinct sounds when saving Python files. It plays one sound if the file contains syntax errors and another sound if the file is error-free.
Features
Syntax Check on Save: Automatically checks Python files for syntax errors when saved.
Sound Alerts: Plays a specific sound for files with syntax errors and a different sound for files without errors.
Easy to Use: Simply save your Python file, and the extension takes care of the rest.
Requirements
Python must be installed on your system and accessible from the command line.
Ensure your system volume is on to hear the sound alerts.
Extension Settings
This extension contributes the following command:
extension.playSoundOnFail: Manually check the current active Python file for syntax errors and play the corresponding sound.
Usage
Open your Python file in Visual Studio Code.
Save the file to trigger the syntax check.
Listen for the sound alert indicating the syntax check result.
Known Issues
No known issues so far. If you encounter any bugs or have a feature request, please open an issue on the GitHub repository.
Release Notes
1.0.0
Initial release of Python Syntax Checker Sound Alerts.
Checks Python files for syntax errors on save.
Plays sound alerts based on syntax check results.
Contributing
If you'd like to contribute to the development of this extension, please see the project's GitHub repository.