Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.92.0
- OS Version: Fedora 40 (GNOME 46)
Steps to Reproduce:
- Set
window.titleBarStyle
options tocustom
in the settings - Run VSCode in the Wayland mode, for example, type it in the terminal:
$ ELECTRON_OZONE_PLATFORM_HINT=auto code
Expected behaviour
There should be a window decoration (shadow) as it is in XWayland compatibility mode:
Actual behaviour
There is no window decoration/shadow:
But If I set window.titleBarStyle
to native
, the window decoration/shadow appears: