Updated VSCODE instructions

This commit is contained in:
Kirill Pertsev 2018-02-15 15:31:18 -08:00 committed by GitHub
parent 59ed71e3b2
commit 228a925305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,13 @@ Courtesy of [@ForNeVeR](https://github.com/ForNeVeR):
"editor.fontSize": 16,
"editor.fontLigatures": true
```
or, for newer versions (courtesy of [@Kaffiend](https://github.com/Kaffiend))
```json
"editor.fontFamily": "'Fixedsys Excelsior 3.01'",
"editor.fontSize": 15,
"editor.fontLigatures": true
```
- Windows + Visual Studio 2015: works mostly okay, but `->` ligature doesn't work. That's a [known problem of WPF text renderer](https://github.com/tonsky/FiraCode/issues/259#issuecomment-243422144).
- Windows + ConEmu: no ligatures at all. Powerline stuff works okay though, so font is usable even without ligatures. I'd recommend to set font cell width manually to 8 (otherwise it'll have problems determining proper places for line wrapping and rendering Far Manager UI): **Settings****Main****Main console font** group → select **Cell: 8** from the selector.