Visual studio code settings

It is easy to use Visual studio code with your own settings, which you can save in the folder of your project as .json file.

This setup describes your console output and fix an issue with iTerm2 and ZSH terminal like on the given picture:

{
    "terminal.integrated.fontFamily": "'inconsolata for powerline'",
    "terminal.integrated.fontSize": 20
}

Leave a Reply

Your email address will not be published. Required fields are marked *