How do i setup font ligatures for Visual Studio Code?
Step #1: Install Fira Code. Step #2: Set the font in VSCode settings: “editor.fontFamily”: “Fira Code, Menlo, Monaco, ‘Courier New’, monospace”, “editor.fontLigatures”: true, Step #3: Restart/reload VSCode. That’s about it.