问题
I already use "editor.smoothScrolling": true
this settings, but it only works for editor not for explorer. How to make smooth scrolling on explorer in my editor (vs code)?
[NOTE] I already read a issue for this but find no answer.
回答1:
From https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_46.md#smooth-scrolling-for-lists-and-trees
Smooth scrolling for lists and trees
Enabling the
workbench.list.smoothScrolling
setting will make scrolling in lists and trees much smoother than before, in hardware which lacks smooth scrolling (e.g. discrete mouse wheel on Windows).
Will be in vscode v1.46.
来源:https://stackoverflow.com/questions/61847943/why-vs-code-explorer-smooth-scrolling-is-not-working