FIX - VScode terminal font issues
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
Solution
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"
Links
- https://github.com/Microsoft/vscode/issues/7116