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 is blur #35988

Closed
kevinah95 opened this issue Oct 10, 2017 · 11 comments
Closed

Terminal text is blur #35988

kevinah95 opened this issue Oct 10, 2017 · 11 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone

Comments

@kevinah95
Copy link

  • VSCode Version: 1.17.0
  • OS Version: macOS Sierra 10.12.6

Steps to Reproduce:

  1. Run some routine into vscode terminal. Notice the terminal text is blur in bottom area:

image

  1. When maximize the window, terminal re-render the text and fix the blurring text:

image

  1. I use Nord Theme but disabled and produced the same blur effect:

image

Reproduces without extensions: Yes/No

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Oct 10, 2017
@Tyriar
Copy link
Member

Tyriar commented Oct 10, 2017

I believe this is tracked in xtermjs/xterm.js#985

Are you at window.zoomLevel: 1 by chance?

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug upstream Issue identified as 'upstream' component related (exists outside of VS Code) labels Oct 10, 2017
@Tyriar Tyriar added this to the Backlog milestone Oct 10, 2017
@kevinah95
Copy link
Author

I use this setting:

{
    "vsicons.projectDetection.autoReload": true,
    "workbench.iconTheme": "vscode-icons",
    "editor.fontLigatures": true,
    "editor.fontFamily": "'Fira Code'",
    "editor.fontSize": 12,
    "editor.fontLigatures": true,
    "window.zoomLevel": -1,
    "todohighlight.isEnable": false,
    "workbench.colorTheme": "Nord",
    "typescript.check.npmIsInstalled": false
}

But with your suggestion the blur disappear

@Tyriar
Copy link
Member

Tyriar commented Oct 10, 2017

Yeah setting zoomLevel to 0 should fix this. Will keep this open until
xtermjs/xterm.js#985 is fixed.

@varadero
Copy link

I have similar problem though it is more visible on my laptop monitor. I just upgraded from 1.17 to 1.17.1 - everything was OK before the update. Before the update, the terminal window had the same quality as the code window above:

image

@ivancuric
Copy link

+1, this is using Input Mono @14px:
image

@Tyriar
Copy link
Member

Tyriar commented Oct 11, 2017

For the issue in 1.17.1 when window.zoomLevel is 0, that is tracked in #35991

@ItsNoHax
Copy link

Oh thank god, thought I was tripping when my terminal text was looking different, I can confirm I use zoomLevel -1 too.

@lijunray
Copy link

With zoomLevel of 0, which I've been using, it's still blurry but better than -1.

@coston
Copy link

coston commented Oct 11, 2017

Mine is still blurry at zoomLevel 0

@ivan-ha
Copy link

ivan-ha commented Oct 12, 2017

Duplicated and fixed, see #35991

@Tyriar
Copy link
Member

Tyriar commented Dec 28, 2017

Going to close this off as a duplicate of #35991 as I believe that's what the OP was experiencing.

xtermjs/xterm.js#985 is still being tracked upstream which sees some rows be blurry at certain zoom levels.

@Tyriar Tyriar closed this as completed Dec 28, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 28, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

8 participants