If you enjoy this extension, consider supporting me on GitHub Sponsors.
Cat Laughs Jokes brings you random jokes with a fun icon inspired by my own cat. Enjoy jokes that could make my cat laugh during your coding breaks!
- Get a random joke from JokeAPI with a single command.
- Jokes are shown in a readable modal notification.
- Clone or download this repository.
- Run
npm installto install dependencies. - Press
F5in VS Code to launch the extension in a new window.
Open the Command Palette (Ctrl+Shift+P) and run:
Show me a joke!
You will see a random joke from JokeAPI in a modal notification.
- Internet connection (to fetch jokes)
- Jokes are always fetched in English.
- Requires VS Code 1.102.0 or newer.
Initial release: fetches and displays jokes from JokeAPI.
Fixed issue #.
Added features X, Y, and Z.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\on macOS orCtrl+\on Windows and Linux). - Toggle preview (
Shift+Cmd+Von macOS orShift+Ctrl+Von Windows and Linux). - Press
Ctrl+Space(Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!