Muhammad Faizan Shah
Muhammad Faizan Shah

Reputation: 393

VSCode terminal not showing icons on terminal on ZSH

As shown in the picture below, my terminal in VS Code is showing is showing missing icons, whereas it's totally fine in my external terminal.

enter image description here

Upvotes: 20

Views: 17549

Answers (5)

Marlon Macedo
Marlon Macedo

Reputation: 1

If you use use VSCODE Dev Container Feature inside WSL:

1) Set your font on WSL profile of Windows Terminal:

Print screen of WIndows Terminal configuration font

2) Inside VSCode clear the input of Terminal.Integrated.FontFamily:

Print screen of VSCode font configuration

Upvotes: 0

roxdurazo
roxdurazo

Reputation: 765

For me in MacOs I had to put 'Hack' as value in Terminal › Integrated: Font Family.

my terminal img

Upvotes: 0

Sathishkumar
Sathishkumar

Reputation: 3743

Adding the same font used in the MacOS terminal into VSCode solved the problem.

enter image description here

VS Code settings (Search - terminal font)

enter image description here

After saving the change

enter image description here

Upvotes: 3

Mihir Das
Mihir Das

Reputation: 31

it worked, also i have to make change to my font to "meslolgs nf"

https://i.sstatic.net/Gy8fU.png

Upvotes: 3

Marlon Richert
Marlon Richert

Reputation: 7020

You need to use the same font in your VS Code terminal as you do in your external terminal. In VS Code, press , to open settings, then search for Terminal › Integrated: Font Family.

Upvotes: 46

Related Questions