Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebooks scroll too slow for given value of workbench.list.mouseWheelScrollSensitivity #227261

Open
battaglia01 opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook notebook-layout

Comments

@battaglia01
Copy link

battaglia01 commented Aug 30, 2024

Type: Bug

As of #117803, we are supposed to set the workbench.list.mouseWheelScrollSensitivity property to adjust the scrolling speed for Jupyter notebooks.

The problem here is that Jupyter notebooks are not the only thing using this property: it is also used in the Explorer and various other trees and widgets throughout the UI. This would not be a problem except that the Jupyter notebook plugin seems to interpret the value of this setting as much "slower" than the other widgets. For whatever reason, I need to set workbench.list.mouseWheelScrollSensitivity = 2 to get Jupyter notebooks to scroll at a reasonable amount on my system. However, doing so makes scrolling in the file tree in the Explorer so fast that it's totally unusable.

I am not sure why this is. As some background, FWIW, for whatever reason, on my system (M1 macOS Sonoma) I needed to set all of the scroll wheel sensitivities lower than 1 to get things to look normal in VSCode. So I have the editor and workbench sensitivity set to around 0.3-0.5. This makes everything else scroll nicely, but causes Jupyter notebooks to scroll extremely slowly. Increase workbench.list.mouseWheelScrollSensitivity it throws a bunch of other stuff off.

Jupyter is almost unusable like this and it really needs its own mouseWheelScrollSensitivity property. Is there any workaround at all?

Extension version: 2024.7.0
VS Code version: Code 1.92.2 (Universal) (fee1edb, 2024-08-14T17:29:30.058Z)
OS version: Darwin arm64 23.5.0
Modes: Unsupported

System Info
Item Value
CPUs Apple M1 Max (10 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) 5, 4, 5
Memory (System) 64.00GB (11.80GB free)
Process Argv --crash-reporter-id cbedb2a0-9263-48d4-b145-0df5b8cb9512
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonnoceb:30805159
asynctok:30898717
pythonregdiag2:30936856
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
9c06g630:31013171
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
dwnewjupyter:31046869
newcmakeconfigv2:31071590
impr_priority:31102340
nativerepl1:31104043
refactort:31108082
pythonrstrctxt:31112756
wkspc-onlycs-c:31111717
wkspc-ranged-t:31125599
autoexpandse:31127268
fje88620:31121564
aajjf12562:31125793

@rebornix rebornix transferred this issue from microsoft/vscode-jupyter Aug 30, 2024
@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug notebook-layout labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug notebook notebook-layout
Projects
None yet
Development

No branches or pull requests

2 participants