-
Notifications
You must be signed in to change notification settings - Fork 3.2k
VS Code Instructions
Make sure you install the font.
To open the settings editor, first from the Code menu choose Preferences, Settings or use keyboard shortcut Ctrl+, (Cmd+, on Mac).
To enable FiraCode in the settings editor, under "Commonly Used", expand the "Text Editor" settings and then click on "Font". In the "Font Family" input box type Fira Code, replacing any content. Tick the check box "Enables/Disables font ligatures" under "Font Ligatures" to enable the special ligatures.
Visual Studio Code allows you to also edit the underlying settings.json config file. First open the settings editor as described above, then click the "curly brackets" icon to open the "settings.json" file.
Then paste the following lines and save the file.
"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,
To achieve different weights add one of the following (verified on Mac/Windows 10):
"editor.fontWeight": "300" // Light
"editor.fontWeight": "400" // Regular
"editor.fontWeight": "500" // Medium
"editor.fontWeight": "600" // BoldTo use Retina weight, change Font name to FiraCode-Retina if macOS (exactly that, no spaces):
"editor.fontFamily": "FiraCode-Retina",or 'Fira Code Retina' if Windows or Linux:
"editor.fontFamily": "Fira Code Retina",Fira Code 💻 – Home – Wiki – Issues – Suggestions
Enabling: Atom | VS Code | IntelliJ | BBEdit | Brackets | Emacs | GoormIDE | Cloud9 | MacVim | Notepad++ | RStudio | Sublime Text | Visual Studio | MATLAB
Troubleshooting
Stylistic sets
Language Coverage
OSes/Tools: Linux | Chrome devtools | LaTeX | Chrome OS terminal