Terminal text vertically clipped #36734
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
VSCode version:
Using Ubuntu Xenial (16.04), installed fonts (using
apt-get
):fonts-noto
,fonts-dejavu
Using
"editor.fontFamily": "'Noto Mono'"
,"terminal.integrated.fontSize": 14
, notice how the bottom of the letterg
is clipped:Using
"editor.fontFamily": "'DejaVu Sans Mono'"
,"terminal.integrated.fontSize": 14
, runningecho ____
, notice how the underscore character_
is completely invisible:The problem only happens in the terminal panel but not in the file editing area, despite they're using the same font with the same font size. Adjusting
"terminal.integrated.lineHeight"
has no effect on the clipping issue.The text was updated successfully, but these errors were encountered: