Enjoy programming memes inside your VSCode. 😂 💻
https://marketplace.visualstudio.com/items?itemName=CaseyBui.programmerhumor
or search for Programmer Humor
in the VSCode extension marketplace.
Install dependencies:
npm install
Run the extension:
npm run watch
Press F5
to launch the extension in a new VSCode window.
Install vsce:
npm install -g vsce
Login to your publisher account:
vsce login <publisher-name>
Publish the extension:
vsce publish
MIT