Reputation: 393
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.
Upvotes: 20
Views: 17549
Reputation: 1
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
Reputation: 765
For me in MacOs I had to put 'Hack' as value in Terminal › Integrated: Font Family.
Upvotes: 0
Reputation: 3743
Adding the same font used in the MacOS terminal into VSCode solved the problem.
VS Code settings (Search - terminal font)
After saving the change
Upvotes: 3
Reputation: 31
it worked, also i have to make change to my font to "meslolgs nf"
https://i.sstatic.net/Gy8fU.png
Upvotes: 3
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