mattbierner / vscode-emojisense

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

Emoji changes not reflected #53

Open Yarakashi-Kikohshi opened 2 years ago

Yarakashi-Kikohshi commented 2 years ago

To reproduce

  1. Change emoji font to Twemoji Mozilla. (Cica do not include emoji font, so using emoji font by Twemoji Mozilla)

      "editor.fontFamily": "Cica, 'Twemoji Mozilla', Consolas, 'Courier New', monospace",
  2. Display emoji suggestion in file, such as +1

    emoji thumb up

  3. Display emoji suggestion in file, such as accordion or black_cat

    emoji accordion

    emoji black cat

  4. Display emoji suggestion in SOURCE CONTROL, such as +1

    emoji thumb up in sidebar

All displays of emoji should be dependent on fontFamily. I would like to see Twemoji.

The emoji that appear in the file use Twemoji Mozilla. (emojiDecoratorsEnabled is true)

Version