1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Add text version that can be copied and a hint on opening the settings.json

Stuart Leeks 2016-07-15 10:44:52 +01:00
parent b7f7f11a4f
commit 0cfa2b1856

@ -1,3 +1,12 @@
Add `"editor.fontLigatures": true` to `settings.json`:
![](https://code.visualstudio.com/images/January_editor-ligatures.png)
![](https://code.visualstudio.com/images/January_editor-ligatures.png)
To open `settings.json`, from the `File` menu choose `Preferences`, `User Settings`. Then paste this:
```json
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
```