Answers for "agnostic powerline fonts not in vscode terminal"

2

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",
}
Posted by: Guest on April-09-2020
1

vscode display zsh characters

//Edit your personal settings file adding your ZSH font.

"terminal.integrated.fontFamily": "MesloLGS NF"
Posted by: Guest on July-15-2020

Code answers related to "agnostic powerline fonts not in vscode terminal"

Browse Popular Code Answers by Language