diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 06cf92e..fd9d519 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -50,7 +50,7 @@ To use Retina weight, change Font name to `FiraCode-Retina` if on macOS (exactly Since version [1.40](https://code.visualstudio.com/updates/v1_40#_font-feature-settings), you can define stylistic sets in `settings.json`: ```json -"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'" +"editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'" ``` To avoid possible bugs, you must uninstall Fira Code 1.x before installing Fira Code 2+.