Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ZSH agnoster Theme in VS-Code integrated terminal not displaying Symbols

I’m trying to pimp my VS Code integrated terminal with the agnoster theme and I ran into a small problem. It installed but the symbols are not shown correctly and the arrow at the end of the color bar is cut off. Also the text font is all stretched out too far. How do I fix this? I can't attach a screen shot illustrating the problem due to reputation points...

Cheers!

like image 440
geekmonster Avatar asked Apr 26 '18 20:04

geekmonster


People also ask

How do I change my zsh font?

To change font in the Core Shell on your Mac, choose Core Shell > Preferences, then click General and choose a built-in font from the font panel.


1 Answers

Try putting this line in your settings:

"terminal.integrated.fontFamily": "'Meslo LG S for Powerline'",

This will make vscode use the correct font family

like image 136
lpjiang97 Avatar answered Oct 14 '22 06:10

lpjiang97