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
{
"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"
}
The text was updated successfully, but these errors were encountered:
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
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.
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?
everything rendered perfectly except☺️
My vscode font setting
The text was updated successfully, but these errors were encountered: