Published
- 1 min read
how to set powerline font in vscode
The solution for this is noted below
how to set powerline font in vscode
Solution
/* Download a powerline font like Cascadia Code PL and then add it to your
VsCode settings.json using */
{
"terminal.integrated.fontFamily": "Cascadia Code PL",
}
Try other methods by searching on the site. That is if this doesn’t work