Fixing VSCode terminal font

Nick Raphael - Jun 11 '20 - - Dev Community

I just noticed that my vscode terminal window was having font issues. Especially obvious when it shows the git branch. Those little squares don't look right...

Take a look...
Alt Text

It's super easy to fix though. Download a powerline font (I like 'Cascadia Code PL') and install it on your machine.

Now all you need to do is add the following line to your vscode settings.json...

"terminal.integrated.fontFamily": "Cascadia Code PL"
Enter fullscreen mode Exit fullscreen mode

And hey presto...
Alt Text

If vscode gives you any errors like 'terminal only supports monospace fonts' then you can try 'MesloLGM Nerd Font'.

Laters

. . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player