You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/terminal/appearance.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,12 @@ One downside of this is that colored text may sometimes lose some of its saturat
115
115
"terminal.integrated.minimumContrastRatio": 1
116
116
```
117
117
118
+
## Ligatures
119
+
120
+
Terminal ligatures which allow rendering multiple character as one can be turned on with the `setting(terminal.integrated.fontLigatures)` setting. This feature requires the configured `setting(terminal.integrated.fontFamily)` to also support ligatures.
121
+
122
+

123
+
118
124
## GPU acceleration
119
125
120
126
The terminal features two different renderers, each of which have different trade offs:
0 commit comments