6

Using ubuntu 18.04

Initially I was working in vscode. But when I go to a web page and scroll and comeback to vscode, screen jumps to a new position suddenly.

3 Answers3

2

This is a hot issue and is still not fixed.

https://github.com/Microsoft/vscode/issues/28795

The workaround with imwheel worked for me. So install it and in the terminal imwheel start. It is extremely annoying, hope it works for you.

1

Copying my answer from https://askubuntu.com/a/1306783/736431

If you are not too attached to GNOME, switching to Unity solves the scroll issue on the mouse & trackpad:

sudo apt install ubuntu-unity-desktop

Source: How to Switch from GNOME to Unity in Ubuntu 18.04 and 17.10


To restore the natural scrolling and other trackpad features, also install synaptics drivers:

sudo apt install xserver-xorg-input-synaptics
Jimmy
  • 401
1

Still an issue with VSCode 1.6.9.2 on Ubuntu 22.04 LTS...

Workaround implemented as GNOME Shell Extension:

handle
  • 393