microsoft / vscode

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

Gnome fractional scaling not supported on native Wayland - blurry UI #224057

Open vadi2 opened 3 months ago

vadi2 commented 3 months ago

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

Steps to Reproduce:

  1. Install Ubuntu 24.04 LTS
  2. Install VS Code
  3. Launch VS Code

Observe blurry UI:

image

Notes: I see that there is a similar issue out there already, https://github.com/microsoft/vscode/issues/72759, but it is closed - while the problem very much remains in the latest VS Code. This affects new installs on the Framework 16 laptop out of the box, so I figured it would be right to have an issue open for this.

There is a well-put comment here that details the situation and mentions that fixing blurriness is blocked by the app icon not rendering. The app icon renders fine now, so it sounds like the blurriness can be fixed:

image

ptr727 commented 3 months ago

See: https://github.com/microsoft/vscode/issues/207033

Waakul commented 1 week ago

Same issue here, only way i found to fix this is by switching to xorg. Which is inconvenient. I tried the flag --enable-features=UseOzonePlatform --ozone-platform=wayland cause multiple sources said that it should fix the issue but it just returns Warning: 'enable-features' is not in the list of known options, but still passed to Electron/Chromium. and code doesn't open.