vscode configurations

Some of the configurations of my vscode

Fira Code: monospaced font with programming ligatures

https://github.com/tonsky/FiraCode

It combim 2 or more specific character to an symbol, which is more readable.

"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true

Leave a Reply

Your email address will not be published.