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

Removed the ending comma in as if you have no other user settings in Code it's not valid JSON and saves me having to press the delete key.

Finbar Ryan 2016-11-05 12:33:24 +00:00
parent 30b39d749e
commit 56a664f2aa

@ -8,5 +8,5 @@ To open `settings.json`, from the `File` menu choose `Preferences`, `User Settin
```json
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontLigatures": true
```