Describe the bug
Scrolling up / down with the mouse wheel is too slow in the editor. It's fine in other views such as the file explorer.
To Reproduce
Open Gitpod with Firefox on Windows, open an editor.
Expected behavior
Scrolling speed should be natural, i.e. roughly the same as for the browser-native scrollbars.
:sweat_smile: Created the same issue yesterday on theia repo: https://github.com/eclipse-theia/theia/issues/6390
It's basically solved, we _just_ need to update Theia and Gitpod
In production now
Sadly not, scrolling is still slow - and the issues upstream are open, too.
Any update on when will this fix be deployed to GitPod?
FWIW, it's affecting Firefox on Linux, not just Windows.
I don't think it was fixed, Theia needs new Monaco and update only was planned.
@svenefftinge Hi thanks for Awesome product , but we are facing scroll issue , Can you fix it ? It makes hard to scroll through Code !!
We are deploying the fix to this tomorrow.
FWIW I also found it annoying, but it seemed to me as intended design so i solved it by using:
"editor.mouseWheelScrollSensitivity": 10,
This has been fixed and deployed to production.
Most helpful comment
Sadly not, scrolling is still slow - and the issues upstream are open, too.