The editor.stickyScroll.enabled
setting introduced in February 2024 (version 1.87) should be set to false
.
If you want to disable the same behavior on tree views, there is a separate setting available since January 2024 (version 1.86), where you need to set workbench.tree.enableStickyScroll
to false
.
settings.json
file - StackOverflow answer