vscode: Wayland - resizing with Super+RMB causes the window to disappear
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
1.67.0-insider ed2619e11b68bec43b788486230b0c2afeb4672d x64
- OS Version: Debian Testing with Gnome 42 (
gnome-shell
/mutter
42.0-4)
Steps to Reproduce:
- Launch VS Code with
--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
OR--enable-features=UseOzonePlatform --ozone-platform=wayland
; enabling the decorations doesn’t matter - Resize the window with Super + Right Mouse Button
- The window disappears, without actually crashing the app
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 12
- Comments: 21 (1 by maintainers)
I can no longer reproduce the issue with the insiders build but can still reproduce with the normal one.
The insiders build is using electorn version 18.3.2 and the normal build is using version 17.4.7 .
As others have mentioned, I can no longer reproduce this issue with the Insider release. Seems fixed for now.
Same problem on NixOS 22.05
To get extensive output I used
WAYLAND_DEBUG=1 code --enable-features=UseOzonePlatform --ozone-platform=wayland --log=TRACE --verbose --disable-extensions
, also works withcode-insiders
.For me this occurs when resizing the window normally by dragging on the window edges using the left mouse button. I’m using Arch Linux, Gnome 42, code-insiders, with the same flags as above, and the Nvidia proprietary driver (510.68.02) if that matters.