-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Regression: editor text is blurry on Linux with 125% text scaling #122
Comments
This is a known issue with the Electron update we did. We plan to fix this in the next update when Electron has advanced. |
Great! Thanks for the response, I'm looking forward to the next update. |
I have this as well. With windows 10 at 125%, fonts start off looking clear, then become blurry after several scrolling. |
That's interesting. After installing the new version on Windows 10 with a 4k 28" screen set to 175% scaling, I had the impression that the text rendering got better than with the 0.9.1 release (which was still slightly more blurry than rendering in native apps like normal Visual Studio or Sublime). |
To those experiencing font blurriness, this is an issue I have with all chromium-based apps on Windows 8.1 (and will likely never be fixed). A workaround is to add the I haven't found a way to adjust the size of UI-elements as well; vscode doesn't seem to have custom app theming or css like Atom, but for me the interface is still readable, though for a very high-dpi screen it might not be. |
For reference, this bug tracks electron/electron#3349. |
To be clear: The bug I mentioned seems Linux only. If you see blurryness on Mac or Windows, it must be something else and likely unrelated to the Electron update we did. It would help if those people could try with our previous version 0.9.x to see if it makes any difference. |
@bpasero There are reports on that Electron bug that Windows users are having a similar problem, although the devs are not sure why since the Chromium fix for this was Linux-only. I would not be so quick to blame your team ;) -----Original Message----- To be clear: The bug I mentioned seems Linux only. If you see blurryness on Mac or Windows, it must be something else and likely unrelated to the Electron update we did. It would help if those people could try with our previous version 0.9.x to see if it makes any difference. |
Is anyone seeing this on windows too then for VS Code? |
Electron 0.34.4 and 0.35.1 are out, and both include the fix for Linux. |
We will update to Electron 0.34.5 which includes a fix for this. |
There is a workaround for high DPI blurriness in 0.10.3. Do a max zoom-in (ctrl+=) and max zoom out (ctrl+-). |
I have the very same problem on Windows 10 with 125%. |
With Windows 10, Google Chrome can dynamically change the DPI when dragging it to desktop with different scaling factor. VSCode (stable branch) goes all blurry however. |
I had an issue with blurry text, too. for example when launching the function list (ALT + .). solved it by launching Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty |
Using Arch Linux with Gnome/Gtk+ 3.18.
In versions 0.9.2 and below, VS Code ignored the text scaling factor in Gnome 3 and rendered its UI text at 100% scale instead of 125% as I had set. (The text scaling factor can be set with gnome-tweak-tool.) To compensate, I set the editor text size to 17, which worked fine.
As of 0.10.1, VS Code now seems to respect the text scaling factor. However, the editor text is noticeably blurry. Changing the editor text size or font does not help. The UI text, on the other hand, seems to be rendered correctly.
I've uploaded comparisons here: http://imgur.com/a/nPLUP
I recommend you view them at 1:1 scale to see the differences clearly.
The text was updated successfully, but these errors were encountered: