Font Ligature vs Code

1. Install any font which has Font Ligatures enabled
2. Add Font to VS code Font Family
"editor.fontFamily": "YOUR LIGATURE ENABLED FONT NAME", etc,
3. Enable Font Ligatures in Settings.json file:
"editor.fontLigatures": true,
Expensive Eagle