Code Joke XL
Send your VS Code some jokes from a customer server!
Features
- Generate Jokes: Upload your entire workspace as a ZIP file to the configured server.
- Humorous Feedback: Get jokes based on your own server!
- Quick Access: Use the keyboard shortcut
Ctrl+Alt+S to send your project instantly.
Requirements
- VS Code 1.104.0 or higher
- Internet connection to communicate with the joke server
Extension Settings
This extension contributes the following setting:
codeJokeXL.serverUrl: The URL of the server to receive jokes from. Default: http://localhost:3000
You can configure this in your VS Code settings to point to your preferred joke server.
Usage
- Open a workspace in VS Code
- Run the command "Generate me a joke!" from the Command Palette or use the keyboard shortcut
Ctrl+Alt+S
- Your project will be zipped and sent to the server
- Receive jokes based on your code!
Known Issues
- The extension ignores common folders like
.git, node_modules, etc. when sending projects
- Ensure the server URL is correctly configured for joke generation
Release Notes
0.0.1
Initial release of Code Joke XL - send your code, get jokes!
| |