-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Text is super blurry now #13527
Comments
This is very unusual. Thanks for sharing. It's affecting your icons, too. It seems be either a Chromium or Electron bug. Forwarding to @bpasero to see what he thinks. |
FWIW, I see similar blurring in Opera and Brave on this machine. (Brave is Brendan Eich's new browser, also based on Chromium.) It's much less of a problem on my Ivy Bridge laptop (Intel HD 4000 GPU), for all three applications. There might be an issue with Chromium and the Skylake GPUs (though I see no blurring in Chrome itself.) |
likely nothing we can fix on our end up rely on electron to pick up a newer chrome. I encourage you to file bugs against other electron apps to get more attention. |
Bummer. Note that I filed a Brave bug on this back in August: brave/browser-laptop#3556 The difference is that this has always been an issue with Brave, but only just now became an issue with VS Code 1.6. Possible clue on reddit, where a poster attributes the same issue on Atom to the use of It turns out Atom is blurry on this machine too, though not as blurry as VS Code 1.6. It puzzles me that there would be so much variance in the degree of blurriness across affected Electron clients. It also puzzles me that Chrome itself is never blurry, but all these Chromium projects are, so whatever Google does for Chrome makes a difference. Actually, this might be because they use DirectWrite – they implemented it a couple of years ago. In any case, a web platform is suboptimal for a text editor, or any desktop/workstation software. Too late for that kind of architectural couch quarterbacking, I know, but maybe something can be done with 2.0 or 3.0. UltraEdit is blazing fast, even faster than Sublime, because it uses bread-and-butter C++ APIs, not shoehorned browser engines. And the UWP version of OneNote is stunningly fast and crisp. VS Code is pretty awesome, and was non-blurry before 1.6, so I hope the team can iron this one out. I love the new UI features, extension manager, etc. |
@JoeArizona I am playing around with a newer version of Electron and was wondering if you could give this build a try that includes it to see if something has changed with this issue: https://az764295.vo.msecnd.net/insider/d47c8ba23ff35913052db316aaeef1bb92b0dd99/VSCode-win32-1.8.0-insider.zip Thanks |
Hi @bpasero, it's much less blurry in your new build. Screenshot below: Note that the screenshot is introducing some blurriness – it's not as blurry as this in real life, and it's much better than before. |
Thanks, that is some good news. |
@JoeArizona if you agree, can we close this issue? do you expect it to become even better from what it is with the Electron update? |
Sure, close it. It looks like it's fixed (though I still hope you leverage DirectWrite in the future, which is noticeably clearer...) |
Steps to Reproduce:
Text has never been as crisp as Sublime, but now it's super blurry, from the menus on top to text in the workspace. At some point, you really ought to show some MS-pride and use DirectWrite since it's your tech and it's how Sublime achieves the crispest text of all editors. Something specific broke in 1.6, but I'm just mentioning DirectWrite as a long-term play.
Display is 1080p 24" with Skylake HD 530 graphics. This model: http://www.dell.com/support/home/us/en/19/product-support/servicetag/F111B22/diagnose
The text was updated successfully, but these errors were encountered: