DEV Community

Discussion on: Making Powerline Work In Visual Studio Code Terminal

Collapse
 
mattstratton profile image
Matty Stratton

Hmm. I just tried this again (on a recently updated VS Code) and it worked for me. This is on OS X; what OS are you on?

Collapse
 
ilq profile image
Lazarev iLya

Ubuntu

Thread Thread
 
scaratec profile image
Randy Gupta

I have the very same issue here and I can't get the powerline fonts working on VS code with ubuntu.

:-(

Thread Thread
 
ilq profile image
Lazarev iLya

Try setting: "terminal.integrated.fontFamily": "monospace",

Thread Thread
 
servatj profile image
Josep • Edited

still not working...

Edited: My Solution.

instead of moving the font file to hidden folder .fonts in user home do this in ubuntu

sudo mv Menlo\ for\ Powerline.ttf /usr/share/fonts/

then sudo fc-cache -vf /usr/share/fonts/

I'm using ubuntu 18.04 at the moment of writting this, hope it helps.

Thread Thread
 
dzintars profile image
Dzintars Klavins

Works for Fedora 30 as well!. Tnx.