From 228a925305411954e1946eeddacaa2127a01445c Mon Sep 17 00:00:00 2001 From: Kirill Pertsev Date: Thu, 15 Feb 2018 15:31:18 -0800 Subject: [PATCH] Updated VSCODE instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a2f562..e197f20 100644 --- a/README.md +++ b/README.md @@ -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.