Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 908
Muhammad Faizan Shah Avatar asked Sep 14 '25 10:09

Muhammad Faizan Shah


1 Answers

You need to use the same font in your VS Code terminal as you do in your external terminal app:

  1. Open your external terminal app's settings and check which font it uses.
  2. In VS Code:
    1. Press , to open settings.
    2. Search for Terminal › Integrated: Font Family.
    3. Change the value to the font you found in your terminal app's settings.
like image 113
Marlon Richert Avatar answered Sep 17 '25 04:09

Marlon Richert