mattbierner / vscode-emojisense

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

Quits working and replaces💩with :poop: #23

Closed methodbox closed 4 years ago

methodbox commented 4 years ago

Just as it says; it replaces the actual emoji, in this case in HTML strings, with the markdown equivalent shortcut.

mattbierner commented 4 years ago

Please provide steps to reproduce the issue

methodbox commented 4 years ago

Please provide steps to reproduce the issue

I just tried using the emoji (literally any emoji not just poop - was trying to be a bit silly 😜) a few times and after switching between files and adding/removing it a few times all the images stopped appearing and were instead replaced by :emoji name:.

Note that disabling this extension and installing an alternative that provided similar functionality worked fine; VS Code was still capable of displaying emoji.

The list of emojis no longer showed the image, either, when selecting from the list. My best guess is for some reason your extension was unable to access the cached list of resolved emoji.

I assume something is provided in the extension to cause VS Code to render the images vs. showing Unicode as using plain Unicode inside VS Code does not, by default, display the actual emoji, but works or course at runtime.

mattbierner commented 4 years ago

I'm closing this as not reproducible.

From your description, the file rewriting sounds like it is caused by one of your other extensions. This one does not touch existing text, it only provides IntelliSense

We also don't ship images of the emoji, we use the standard emoji in text. If these are not being rendered for you, please file an issue against VS Code itself