Skip to content

VS Code Instructions

Nilay Vishwakarma edited this page Jul 21, 2017 · 33 revisions

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

To open settings.json, from the File menu choose Preferences, Settings or use keyboard shortcut Ctrl+,. Then paste this:

    "editor.fontFamily": "Fira Code",
    "editor.fontSize": 14,
    "editor.fontLigatures": true

If this doesn't work for you, wrap the "Fira Code" section with additional apostrophes like so:

    "editor.fontFamily": "'Fira Code'",
    "editor.fontSize": 14,
    "editor.fontLigatures": true

Clone this wiki locally