vscode zsh powerline code example
Example 1: how to set powerline font in vscode
/* Download a powerline font like Cascadia Code PL and then add it to your
VsCode settings.json using */
{
"terminal.integrated.fontFamily": "Cascadia Code PL",
}
Example 2: vscode display zsh characters
//Edit your personal settings file adding your ZSH font.
"terminal.integrated.fontFamily": "MesloLGS NF"