platformio / platformio-atom-ide-terminal

A terminal package for Atom, complete with themes, API and more for PlatformIO IDE
https://atom.io/packages/platformio-ide-terminal
MIT License
614 stars 163 forks source link

Optionally ignore font ligatures #599

Open MTCoster opened 5 years ago

MTCoster commented 5 years ago

Some patched fonts have issues with ligatures. Can we get a setting to ignore font ligatures like this one in iTerm 2?

preferences
skrishnan18 commented 2 years ago

If you are on vscode, go to settings.json and add this line of code "editor.fontLigatures": false,