Is it possible to change the vs code terminal font to a font that is non-monospace?
The font I am trying to use is Melso LG L Regular for Powerline
.
When I try to change the terminal.integrated.fontFamily
in the user settings I get this:
Is there any way around this?
Thanks in advance 😃
Use below settings. It worked for me in VScode terminal in ubuntu.
{
//"terminal.integrated.fontFamily": "'Ubuntu Mono derivative Powerline', 'fontawesome'",
"terminal.integrated.fontFamily": "'Meslo LG M DZ for Powerline', 'fontawesome'",
"terminal.integrated.fontSize": 16
}
Please also make sure that you have installed powerline
and fontawesome
icons packages properly otherwise it might not work.
Use any of the above settings but make sure that powerline variant is installed. Below is my terminals output from VSCode terminal.
My Vscode version:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With