gnome-shell-extension-alt-tab-scroll-workaround icon indicating copy to clipboard operation
gnome-shell-extension-alt-tab-scroll-workaround copied to clipboard

Does not work on gnome 43.9

Open guldfisk opened this issue 1 year ago • 1 comments
trafficstars

On Debian 12, gnome 43.9 I still experience the issue from https://github.com/microsoft/vscode/issues/28795. Extension is installed and enabled.

Please let me know if there are any other details that might be relevant / how I might go about debugging this.

Thank you

guldfisk avatar Feb 07 '24 11:02 guldfisk

Hi, thanks for reporting it.

Interesting, never tested (or seen it tested) on Debian before.

  • Do you have other extensions enabled, perhaps extensions that have something to do with app switching (e.g., this)?
  • Which version of the extension you are using? You can check that on terminal typing
gnome-extensions info [email protected]
  • Besides that, I would encourage you to debug the extension by introducing console.logs into extension.js. To do that, it is necessary to manually install the extension from GitHub, but it needs to be the correct version, in your case, v4.

lucasresck avatar Feb 20 '24 01:02 lucasresck