Skip to content

New version 1.69 has missing app_id under wayland #154693

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_id which 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugelectronIssues and items related to Electronelectron-18-updateinsiders-releasedPatch has been released in VS Code InsiderslinuxIssues with VS Code on Linuxupstream-issue-fixedThe underlying upstream issue has been fixedverifiedVerification succeededwaylandIssue related to wayland display server

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions