Welcome to poopycode, a unique Visual Studio Code extension designed to encourage daily healthy bowel movements. Through quirky reminders, fun compliments, and engaging interactions, poopycode helps you maintain a healthy routine while bringing a smile to your face.
- Daily reminders to promote regularity.
- Fun, random compliments to brighten your day.
- Integrated sidebar for easy access.
- Lightweight design with simple interaction.
- Clone or download the repository.
- Open the project folder in Visual Studio Code.
- Run
npm installto install dependencies. - Press
F5to launch the extension in a new Extension Development Host.
- Open the project in Visual Studio Code.
- Set breakpoints in your code (e.g., in PoopySideView.js).
- Launch using the
Launch Extensionconfiguration. - Monitor console output for logs using
console.log. - Refer to VS Code Debugging Documentation for more details.
- Establish core extension structure.
- Integrate sidebar webview for quick access.
- Implement basic reminder and compliment functionality.