FIX - VScode terminal font issues

less than 1 minute read

Problem

I had the issue by using oh-my-ZSH with powerline fonts, that some chars are not rendered correctly in the VScode integrated Terminal

image-title-here

Solution

solved

install missing fonts

# e.g. for ArchLinux
yay -S ttf-dejavu-sans-mono-powerline

set font-family in the VScode user settings (terminal.integrated.fontFamily) to:

"DejaVu Sans Mono for Powerline"

solved

  • https://github.com/Microsoft/vscode/issues/7116