Cómo establecer la fuente de línea de alimentación en 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",
}
Mooney