Home > Software design >  Emojis not displayed in the VSCode editor
Emojis not displayed in the VSCode editor

Time:09-18

VSCode is not rendering emojis properly, instead is just showing an empty space:

enter image description here

However, they are getting displayed properly on a page:

enter image description here

Any idea why this might be happening? OS: Windows 10

CodePudding user response:

Fixed by uninstalling extension support Emoji for Windows 7

CodePudding user response:

You could use this extension to Visual Studio Code:

https://github.com/Devzstudio/Vscode-Emoji-Snippets

  • Related