http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/tonsky/FiraCode/wiki/VS-Code-Instructions
"editor.fontFamily" : " Fira Code " , "editor.fontLigatures" : true , If this doesn't work for you, you can try: restarting VS Code; wrapping the "Fira Code" section with additional apostrophes: "editor.fontFamily" : " 'Fira Code' " , "editor.fontLigatures" : true , Font weights To achieve different weights, add one of the following (verified on Mac/Windows 10): "editor.fontWeight" : " 300 " // Light "editor.fontWeight" : " 400 " // Regular "editor.fontWeight" : " 450 " // Retina !!