You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it is a bit annoying to have two auto-completion for the emojis:
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.
The text was updated successfully, but these errors were encountered:
Hi, it is a bit annoying to have two auto-completion for the emojis:
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.The text was updated successfully, but these errors were encountered: