So, I had to reinstall my computer and set up the terminal all over again. Here’s what I typically need:
I’ll give you a step-by-step on that soon. But for now, iTerm looks great.
However, the VSCode terminal doesn’t look right. The font doesn’t load properly, and where I expect to see icons, there are question marks instead.
This guide will help you fix the font issue in the VSCode terminal.
Hit Command ⌘ + Shift ⇧ + P in VSCode, type settings
and select Preferences: Open User Settings (JSON)
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.external.osxExec": "iTerm.app",
If you’re wondering where I got MesloLGS NF
from - You can find it on iTerm’s setting.
Just go to iTerm -> Settings -> Profiles -> Text -> Font
And voila! Your VSCode terminal should now have a new font.