Skip to content

VS Code Instructions

Matt Harden edited this page Mar 13, 2017 · 33 revisions

Add "editor.fontLigatures": true to settings.json:

To open settings.json, from the File menu choose Preferences, User Settings. Then paste this:

    "editor.fontFamily": "'Fira Code'",
    "editor.fontSize": 14,
    "editor.fontLigatures": true
Clone this wiki locally