Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double emoji auto-completion #47

Closed
gruvw opened this issue Feb 28, 2021 · 0 comments
Closed

Double emoji auto-completion #47

gruvw opened this issue Feb 28, 2021 · 0 comments

Comments

@gruvw
Copy link

gruvw commented Feb 28, 2021

Hi, it is a bit annoying to have two auto-completion for the emojis:

Screenshot from 2021-02-28 13-27-30

The first one inserts the Unicode character (馃槉) for the corresponding "tag" and the second one just autocompletes the Markdown syntax for emojis (:blush:).
It comes from the :emojisense: extension (dependency).

I found a solution if you encounter the same issue as me.
Add "emojisense.unicodeCompletionsEnabled": false to your vscode settings if you want to only keep the Markdown syntax completion or add "emojisense.markupCompletionsEnabled": false if you want to only keep the Unicode insertion of emojis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant