Skip to content

VS Code Instructions

Stuart Leeks edited this page Jul 15, 2016 · 2 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