VSC not showing powerline icons in terminal zsh code example
Example 1: fix vscode font for terminal linux powerlevel10k
Go into the settings.json file
Change ->
"terminal.integrated.fontFamily":"monospace",
to ->
"terminal.integrated.fontFamily":"MesloLGS NF",
save the file and your integrated vscode terminal should look correct
Example 2: vscode display zsh characters
//Edit your personal settings file adding your ZSH font.
"terminal.integrated.fontFamily": "MesloLGS NF"