From 83fa0052a59fb306a2bab77ee743f1bdf7a9164c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pott?= Date: Fri, 4 Aug 2017 20:50:44 +0200 Subject: [PATCH] Added info about restarting VS Code after seeing issue #112 --- VS-Code-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 19d7113..fefe000 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -4,7 +4,7 @@ Add `"editor.fontLigatures": true` to `settings.json`: -To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut Ctrl+,. Then paste this: +To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut Ctrl+,. Then paste the following lines and restart VS code: ```json "editor.fontFamily": "Fira Code", "editor.fontSize": 14,