From 26dd16f0c674653072269ef9666bf4615d76a89a Mon Sep 17 00:00:00 2001 From: James Harris Date: Tue, 14 Mar 2017 18:56:23 +0000 Subject: [PATCH] Revert 56a664f2aa14ddfc4adc82d09153569ffd607de6...9e3d6f5a9614db02bf5342bb33a0968ee835612b on VS Code Instructions --- 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 2b796cd..e902877 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -6,7 +6,7 @@ Add `"editor.fontLigatures": true` to `settings.json`: To open `settings.json`, from the `File` menu choose `Preferences`, `User Settings`. Then paste this: ```json - "editor.fontFamily": "'Fira Code'", + "editor.fontFamily": "Fira Code", "editor.fontSize": 14, "editor.fontLigatures": true ``` \ No newline at end of file