This is a simple extension for Visual Studio Code that tells a programming joke. When you run the command, it will display a random programming joke as an information message.
Features
Tells a random programming joke from a curated list of jokes
How to Use
Install the extension
Open the Command Palette with Ctrl+Shift+P (Windows, Linux) or Cmd+Shift+P (macOS)
Type "Tell a Programming Joke" and select the command
A random programming joke will be displayed at the bottom-right corner of your screen
Development
Prerequisites
Node.js
Visual Studio Code
Setup
Clone the repository
Run npm install in the terminal to install the dependencies
Press F5 to start debugging the extension
Contributing
We welcome contributions from everyone. If you have a great programming joke to add, feel free to create a pull request!