We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs: #34103
Complexity: 3
Create Issue
Terminal ligatures are now supported with an opt-in setting:
"terminal.integrated.fontLigatures": true
Once enabled, configure a font family that contains ligatures (ideally not Fira Code as I've been using that):
"editor.fontFamily": "'Fira Code'" // or "terminal.integrated.fontFamily": "'Fira Code'"
Ligatures should then show up without a reload necessary:
Please test the feature, here are some things to explore:
The text was updated successfully, but these errors were encountered:
Monoid
I repro the tracked issues. Other than that, LGTM with Iosevka on Ubuntu 22.04 WSLg.
Sorry, something went wrong.
No branches or pull requests
Refs: #34103
Complexity: 3
Create Issue
Terminal ligatures are now supported with an opt-in setting:
Once enabled, configure a font family that contains ligatures (ideally not Fira Code as I've been using that):
Ligatures should then show up without a reload necessary:
Please test the feature, here are some things to explore:
The text was updated successfully, but these errors were encountered: