Strange characters for ohmyz in vscode

Viewed 2381

I've tried to install Oh My Z into vscode. Seems i am very close but somehow i see strange characters at the end of the line in terminal as shown below. Does anyone knows how could i fix that? enter image description here

3 Answers

If you are using MacOSX, use this font: "MesloLGS NF"

This is an extension of the answer from @jonbondani on how to install MesloLGS NF font, just for completeness, if it helps. I've tried it on macOS 10.15.6 Catalina.

  1. Go to this page for downloading the font manually. Just download the four Regular, Bold, Italic, and Bold Italic MesloLGS NF font files and double click them and select Install Font.

  2. Go to VSCode settings (using Cmd + , (that is a Comma) on Mac)and type in @feature:terminal font.

  3. Enter MesloLGS NF as the Font and restart VSCode.

Things should work now.

Related