Answers for "integrated terminal powertline"

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

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
Posted by: Guest on November-24-2020

Code answers related to "integrated terminal powertline"

Browse Popular Code Answers by Language