power level 10k vscode linux code example
Example: 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",
}