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

Font MesloLGS NF corrupted in terminal - MacOS #111679

Closed
lambasoft opened this issue Dec 1, 2020 · 6 comments
Closed

Font MesloLGS NF corrupted in terminal - MacOS #111679

lambasoft opened this issue Dec 1, 2020 · 6 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) macos-big-sur terminal General terminal issues that don't fall under another label

Comments

@lambasoft
Copy link

  • VSCode Version: Version: 1.51.1 | Commit: e5a624b
  • OS Version: MacOS BigSur 11.0.1 (20B29)

Steps to Reproduce:

My settings.json:

{
    "window.zoomLevel": 0,
    "python.pythonPath": "/usr/local/bin/python3",
    "workbench.iconTheme": "vscode-icons",
    "[html]": {
        "editor.defaultFormatter": "lonefy.vscode-JS-CSS-HTML-formatter"
    },
    "terminal.integrated.fontFamily": "MesloLGS NF",
}

My Terminal when I changed font to MesloLGS NF:
image

Output of:
printf '\uE0B0\n'
image

I installed the font from:

image

What have I done wrong in the font integration?

Does this issue occur when all extensions are disabled?: Yes/No

@meganrogge meganrogge added the terminal General terminal issues that don't fall under another label label Dec 2, 2020
@meganrogge
Copy link
Contributor

have you tried changing the renderer type, IE "terminal.integrated.rendererType"?

@lambasoft
Copy link
Author

@meganrogge Yes, I've tried all the options and unfortunately it did not work.

@meganrogge
Copy link
Contributor

but it works fine with other fonts?

@lambasoft
Copy link
Author

@meganrogge Yes, the problem happened when I installed powerlevel10k and ohmyzsh.
On iTerm2 the terminal works perfectly:
image

@meganrogge meganrogge added macos-big-sur bug Issue identified by VS Code Team member as probable bug labels Dec 2, 2020
@meganrogge meganrogge added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 30, 2021
@meganrogge
Copy link
Contributor

Duplicate of #73879

@meganrogge meganrogge marked this as a duplicate of #73879 Mar 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) macos-big-sur terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

3 participants
@lambasoft @meganrogge and others