mattbierner / vscode-emojisense

Emoji Autocomplete Plugin For VSCode
https://marketplace.visualstudio.com/items?itemName=bierner.emojisense
MIT License
119 stars 9 forks source link

Refresh gemoji deps #59

Closed AdrieanKhisbe closed 1 year ago

AdrieanKhisbe commented 1 year ago

Upgrade the gemoji emoji list provider (similar to #36 and d8bc3b67cc136b2cf71c1a22cac185286d5f1205 )

This should introduce 37 new emojies: cf diff from lib itself. https://github.com/wooorm/gemoji/compare/7.1.0...8.0.0#diff-017fcd31229e5b6d295ec48a4746aa15fb14eaf39ed3213ebb0e10436c73a90c

Also perform a npm audit fix to address the vulnerabilities outputed at install


(note I might propose a side PR to output the emoji description on the picker and match on that)

mattbierner commented 1 year ago

Thanks!