391 B
391 B
Vicinae Gitmoji Extension
This extension shows a list of gitmojis and copies their code (either as text or as unicode) to the clipboard.
You can install the required dependencies and run the extension in development mode like so:
npm install
npm run dev
If you want to build and install the production bundle, simply run:
npm run build