Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.22 KB

File metadata and controls

29 lines (23 loc) · 1.22 KB

💩 poopycode - VS Code Extension

Introduction

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.

Features

  • Daily reminders to promote regularity.
  • Fun, random compliments to brighten your day.
  • Integrated sidebar for easy access.
  • Lightweight design with simple interaction.

Setup

  1. Clone or download the repository.
  2. Open the project folder in Visual Studio Code.
  3. Run npm install to install dependencies.
  4. Press F5 to launch the extension in a new Extension Development Host.

Debugging

  • Open the project in Visual Studio Code.
  • Set breakpoints in your code (e.g., in PoopySideView.js).
  • Launch using the Launch Extension configuration.
  • Monitor console output for logs using console.log.
  • Refer to VS Code Debugging Documentation for more details.

Roadmap for Version 0.1

  • Establish core extension structure.
  • Integrate sidebar webview for quick access.
  • Implement basic reminder and compliment functionality.