microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.37k stars 28.61k forks source link

blurry terminal #120083

Closed luwol03 closed 3 years ago

luwol03 commented 3 years ago

Issue Type: Bug

Steps to Reproduce:

  1. just open vscode
  2. open integrated terminal

image image

This happens not only on the git bash. Also on the windows cmd or powershell.

Does this issue occur when all extensions are disabled?: Yes

VS Code version: Code - Insiders 1.55.0-insider (d06d2f1d6245ce00b1c36a9cd81a9087d225173e, 2021-03-26T14:01:14.867Z) OS version: Windows x64

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz (4 x 2693)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: unavailable_off
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: unavailable_off
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.88GB (10.68GB free)| |Process Argv|--folder-uri file:///c%3A/Users/luwol03/Desktop/Developement/vocascan/vocascan-desktop --crash-reporter-id 6cdb17d6-ef23-4369-9269-ab3fda79e7ef| |Screen Reader|no| |VM|0%|
Extensions: none
A/B Experiments ``` vsliv695:30137379 vsins829:30139715 vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstry914:30244316 pythonvsdeb440:30224570 pythonvsded773:30223139 pythonvspyt875:30259475 pythonvsnew554:30265444 pythontb:30258533 pythonvspyt943:30277000 wslfolderdoc:30278405 vsc_aa:30263845 vspre833cf:30267465 pythonptprofiler:30281269 vscnewfilebuttoncf:30280635 vshan820:30276952 vscoregs2cf2:30281057 ```
Tyriar commented 3 years ago

Can you share your settings.json as well as open devtools (Help > Toggle Developer Tools) and type window.devicePixelRatio in the console?

luwol03 commented 3 years ago

Thats strange. If I remove all my settings in the settings.json (leave only {}) the terminal is showing fine. Also if I revert it back to my settings the termianal is still fine. But if I restart. Same issue, terminal is blurry. And if I restart without any settings blurry terminal.

image

EDIT: By changing the settings to {} I trigger a kind of rerender which fixes the current blurry ones. Because if I open new terminals they are blurry and I have to trigger the rerender again.

Tyriar commented 3 years ago

Strange, I haven't seen this reported before and not really sure what would be causing it. Resizing the terminal by dragging the panel would probably also fix the issue in the same way.

luwol03 commented 3 years ago

no, resizing does not fix it.

EDIT: the developer: reload window also tiggers such a rerender.

this are the only errors/warnings in the console image

System restart also doesn't fixed the terminal.

luwol03 commented 3 years ago

I used the uninstaller and reinstalled vscode-insiders. Same issue. Is there a way to get older vscode-inders builds?

luwol03 commented 3 years ago

I still have this problem. Any idea how I can fix or debug this? I tried to fresh install it on my pc but it didn't fixed it.

luwol03 commented 3 years ago

Since the following version, an reload doesn't fix the bug temporarily. So for now the only fix for me is to remove and paste again all config.

Version: 1.56.0-insider (user setup)
Commit: 0310f02dc5d834bb3a7cc421ea5374aec8d011f1
Date: 2021-04-23T05:13:46.805Z
Electron: 12.0.4
Chrome: 89.0.4389.114
Node.js: 14.16.0
V8: 8.9.255.24-electron.0

EDIT

I just realized that I can't even enter anything anymore.

Tyriar commented 3 years ago

The input issue should be fixed in today's build, it was related to the Electron 12 update.

luwol03 commented 3 years ago

The input issue should be fixed in today's build, it was related to the Electron 12 update.

Hello, thank you very much for taking care of it. Unfortunately, the problem is not fixed. Now I can write and fix it with a reload of the window again. It's back to the way it was at the beginning.

Version: 1.56.0-insider (user setup)
Commit: 9a4d524f909e09079fec7abb82f2efde2172da7c
Date: 2021-04-27T06:15:26.914Z
Electron: 12.0.4
Chrome: 89.0.4389.114
Node.js: 14.16.0
V8: 8.9.255.24-electron.0
Tyriar commented 3 years ago

Looks like some GPU issue on your machine. One of these should fix it:

luwol03 commented 3 years ago

Thank you so much, you have saved my favorite editor :D Now it works fine.