Skip to content
New issue

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

Terminal text vertically clipped #36734

Closed
andyli opened this issue Oct 23, 2017 · 2 comments
Closed

Terminal text vertically clipped #36734

andyli opened this issue Oct 23, 2017 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues

Comments

@andyli
Copy link
Contributor

andyli commented Oct 23, 2017

VSCode version:

Version 1.17.2
Commit b813d12980308015bcd2b3a2f6efa5c810c33ba5
Date 2017-10-16T13:57:00.652Z
Shell 1.7.7
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

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 letter g is clipped:
screenshot from 2017-10-23 16-37-47

Using "editor.fontFamily": "'DejaVu Sans Mono'", "terminal.integrated.fontSize": 14, running echo ____, notice how the underscore character _ is completely invisible:
screenshot from 2017-10-23 16-51-28

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.

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Oct 23, 2017
@robbiespeed
Copy link

Same issue on Fedora 25

Version 1.17.2
Commit b813d12980308015bcd2b3a2f6efa5c810c33ba5

Using "Source Code Pro" as the terminal font mitigates this issue though.

@Tyriar
Copy link
Member

Tyriar commented Oct 26, 2017

Duplicate #35901

@Tyriar Tyriar closed this as completed Oct 26, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 26, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

3 participants