From bb1ab882443acdd744d39fc13ec9e58b22dd2b93 Mon Sep 17 00:00:00 2001 From: Nilay Vishwakarma <4-k@users.noreply.github.com> Date: Fri, 21 Jul 2017 20:00:01 +0530 Subject: [PATCH] VS Code update --- 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 ca67950..19d7113 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`, `User Settings`. Then paste this: +To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut Ctrl+,. Then paste this: ```json "editor.fontFamily": "Fira Code", "editor.fontSize": 14,