visual-studio-code

How do I use the meslo font for visual studio code


I opened the integrated terminal on visual studio code and I did not like the editor font value that it defaults to. I want to change it to Meslo Regular Z Powerline. Here is the gist: when I entered this value "Meslo Regular Z Powerline", it turns out that visual studio code does not recognize it. I think the issue is because of the space characters it contains. I have it installed on my Mac but it is still not recognizing it. What is the workaround for this?


Solution

  • I have seen that the name I was using is not the correct name: Here is the correct name here "Meslo LG M DZ for Powerline"

        "terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline"
    

    This one worked fine