From 2ad7b7971da61faaeeb1ccc109a3fce719c4e80b Mon Sep 17 00:00:00 2001 From: Kirill Pertsev Date: Wed, 6 Feb 2019 19:36:50 -0800 Subject: [PATCH] Update README.md Added a perl "patch" for VSCode on MacOS --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bff271a..6c5f0b1 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,11 @@ Courtesy of [@ForNeVeR](https://github.com/ForNeVeR): } ``` + Here is one line "patch": + ``` + perl -i.bak -pe 's/\.monaco-shell{(.*?)}/.monaco-shell{\1;-webkit-font-smoothing: antialiased !important;}/g' /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.css + ``` + - 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.