kopia lustrzana https://github.com/tonsky/FiraCode
Left out a comma.
rodzic
ef9ce6d4b3
commit
171f1868a9
|
@ -7,7 +7,7 @@ Add `"editor.fontLigatures": true` to `settings.json`:
|
||||||
To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut <kbd>Ctrl</kbd>+<kbd>,</kbd> (<kbd>Cmd</kbd>+<kbd>,</kbd> on Mac). Then paste the following lines and save the file.
|
To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut <kbd>Ctrl</kbd>+<kbd>,</kbd> (<kbd>Cmd</kbd>+<kbd>,</kbd> on Mac). Then paste the following lines and save the file.
|
||||||
```json
|
```json
|
||||||
"editor.fontFamily": "Fira Code",
|
"editor.fontFamily": "Fira Code",
|
||||||
"editor.fontLigatures": true
|
"editor.fontLigatures": true,
|
||||||
```
|
```
|
||||||
|
|
||||||
If this doesn't work for you, you can try:
|
If this doesn't work for you, you can try:
|
||||||
|
@ -15,5 +15,5 @@ If this doesn't work for you, you can try:
|
||||||
1. wrapping the "Fira Code" section with additional apostrophes:
|
1. wrapping the "Fira Code" section with additional apostrophes:
|
||||||
```json
|
```json
|
||||||
"editor.fontFamily": "'Fira Code'",
|
"editor.fontFamily": "'Fira Code'",
|
||||||
"editor.fontLigatures": true
|
"editor.fontLigatures": true,
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue