From 0cfa2b18562a7c713b0c934b538e3d34453067db Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Fri, 15 Jul 2016 10:44:52 +0100 Subject: [PATCH] Add text version that can be copied and a hint on opening the settings.json --- VS-Code-Instructions.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 54d6092..e996252 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -1,3 +1,12 @@ Add `"editor.fontLigatures": true` to `settings.json`: -![](https://code.visualstudio.com/images/January_editor-ligatures.png) \ No newline at end of file +![](https://code.visualstudio.com/images/January_editor-ligatures.png) + + + +To open `settings.json`, from the `File` menu choose `Preferences`, `User Settings`. Then paste this: +```json + "editor.fontFamily": "Fira Code", + "editor.fontSize": 14, + "editor.fontLigatures": true, +``` \ No newline at end of file