From 56a664f2aa14ddfc4adc82d09153569ffd607de6 Mon Sep 17 00:00:00 2001 From: Finbar Ryan Date: Sat, 5 Nov 2016 12:33:24 +0000 Subject: [PATCH] Removed the ending comma in as if you have no other user settings in Code it's not valid JSON and saves me having to press the delete key. --- 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 e996252..e902877 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -8,5 +8,5 @@ To open `settings.json`, from the `File` menu choose `Preferences`, `User Settin ```json "editor.fontFamily": "Fira Code", "editor.fontSize": 14, - "editor.fontLigatures": true, + "editor.fontLigatures": true ``` \ No newline at end of file