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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: emoji ☺️ not rendered correctly #290

Open
rockmandash opened this issue Nov 27, 2024 · 4 comments
Open

[Bug]: emoji ☺️ not rendered correctly #290

rockmandash opened this issue Nov 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@rockmandash
Copy link

Edition

Plus

What version are you using?

2.015

What type of weights are you using?

Default (non-customized)

Operating system

macOS 15.1.1

Program

Visual Studio Code 1.95.3

Display resolution

No response

What happened?

image

everything rendered perfectly except ☺️

    '😀',
    '😃',
    '😄',
    '😁',
    '😆',
    '🥹',
    '😅',
    '😂',
    '🤣',
    '🥲',
    '☺️',

My vscode font setting

{
  "editor.fontFamily": "'MonoLisa'",
  "workbench.fontAliasing": "auto",
  "editor.fontLigatures": "'calt' on, 'liga' on, 'zero' on, 'ss01' on, 'ss02' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss10' on, 'ss11' on, 'ss12' on, 'ss13' on, 'ss14' on, 'ss15' on, 'ss16' on, 'ss17' on"
}
@rockmandash rockmandash added the bug Something isn't working label Nov 27, 2024
@mfocko
Copy link

mfocko commented Nov 27, 2024

IIRC emojis are not commonly included in MonoLisa, you can also tell by a brief look at the emojis that they are the ones provided by Apple, the last one, you see as broken, is probably the one that »comes« from MonoLisa

@rockmandash
Copy link
Author

Is there a way to omit that specific character while retaining all MonoLisa capabilities in Visual Studio Code?

@MarcusSterz
Copy link

There are smiley icons in the latest version of ML. We will discuss if we should keep them at all.

@bebraw
Copy link
Contributor

bebraw commented Dec 6, 2024

Since VS Code uses web based rendering, you can give fallback fonts to it. Here's an example to try: "editor.fontFamily": "<font with only emojis>, 'MonoLisa'",. What I'm unsure of is where to find an emoji only font but this is the direction to investigate. Noto Emoji looks like a promising option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants