-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugelectronIssues and items related to ElectronIssues and items related to Electronelectron-18-updateinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderslinuxIssues with VS Code on LinuxIssues with VS Code on Linuxupstream-issue-fixedThe underlying upstream issue has been fixedThe underlying upstream issue has been fixedverifiedVerification succeededVerification succeededwaylandIssue related to wayland display serverIssue related to wayland display server
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.69.0
- OS Version: Linux wayland backend
Steps to Reproduce:
- Under any wayland desktop
- Force wayland backend for vscode
$ cat ~/.config/code-flags.conf
--enable-features=UseOzonePlatform
--ozone-platform=wayland
- Any top level window under wayland is identified by
app_idwhich used to be equal to "code" and now it is an empty string.
This bug is probably caused by switching to electron 18, electron/electron#33578
app_id is the only real way to differentiate windows under wayland if you are using a tiling window manager and want to pin some applications to some workspaces.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugelectronIssues and items related to ElectronIssues and items related to Electronelectron-18-updateinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderslinuxIssues with VS Code on LinuxIssues with VS Code on Linuxupstream-issue-fixedThe underlying upstream issue has been fixedThe underlying upstream issue has been fixedverifiedVerification succeededVerification succeededwaylandIssue related to wayland display serverIssue related to wayland display server