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