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

master
Stuart Leeks 2016-07-15 10:44:52 +01:00
rodzic b7f7f11a4f
commit 0cfa2b1856
1 zmienionych plików z 10 dodań i 1 usunięć

@ -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,
```