-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emoji entered with Windows Emoji Selector shown as "Unknown Glyph" #7547
Comments
Just tried copy and paste of an emoji and that seems to work correctly. |
Same happens on Linux with Gnome - |
@esarver I can confirm that copy/pasting works fine on my Windows machine. The problem seems to occur specifically with the OS' emoji keyboard. |
I have the same issue on Windows 10 using the Windows Emoji keyboard. |
That's an interesting workaround. Small caveat: this does not seem to work with the Plain Text file type. For those use cases, you may want to switch to the Markdown file type. |
bump! I've been annoyed by the lack of emojis for a while now, didn't think it was coming from this extension though given how popular it is |
I noticed that this plugin has ~1300 open issues, so I think you're more likely to get the issue solved by contributing a patch than by poking the maintainers. Alternatively - this is what I did - you can install Neovim and a VSCode plugin for Neovim. Neovim can be embedded into other applications, which is exactly what this VSCode plugin does. Thanks to this feature, Neovim cam provide a real Vim experience, where VSCodeVim is only an emulator. Neovim does not seem to have trouble with emojis. There's a bit of configuration involved. Here's what to do:
So far this seems to be working smoothly for me. Since it is native (but embedded) Vim, I also expect that will fix an occasional bug with the undo function that I experienced. |
The author said you don’t free-rider, contribute to the code🤣 |
Describe the bug
When entering an emoji using the Windows symbol selection popup (accessed with META+.), the emoji is inserted but appears as the "unknown glyph" indicator (diamond shape with a
?
inside). If an emoji already exists in a document, it is displayed as expected. If Vim mode is disabled, the emoji are correctly inserted.To Reproduce
Steps to reproduce the behavior:
On Windows (not tested on other platforms):
Expected behavior
The emoji should be shown.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: