microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.3k stars 28.9k forks source link

macOS VSCode mouse wheel scroll sensitivity #170995

Closed Shaunathanz closed 1 year ago

Shaunathanz commented 1 year ago

Type: Bug

Mouse wheel scroll sensitivity is much too high by default when scrolling using the default settings. The multiplier was defaulted to 1 which caused the documents to scroll way too fast as compared to the rest of the operating system. I selected a value of 0.2 which seems to be much more in line with the expected scroll speed. I also tested with the Apple magic mouse 2 to confirm that the scroll speed issue applies to both devices, the built in magic trackpad and the bluetooth magic mouse. The new value of 0.2 fixes the issue IMO but I'm not sure why the value of 0.2 is necessary when we should be using 1 as a starting point with parity to the macOS.

VS Code version: Code 1.74.2 (Universal) (e8a3071ea4344d9d48ef8a4df2c097372b0c5161, 2022-12-20T10:26:09.430Z) OS version: Darwin arm64 22.2.0 Modes: Sandboxed: No

System Info |Item|Value| |---|---| |CPUs|Apple M1 Pro (10 x 24)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|4, 3, 3| |Memory (System)|16.00GB (0.12GB free)| |Process Argv|--crash-reporter-id dd145543-5a42-4c66-85a4-25ca2858813e| |Screen Reader|no| |VM|0%|
Extensions (15) Extension|Author (truncated)|Version ---|---|--- vscode-intelephense-client|bme|1.9.1 vscode-markdownlint|Dav|0.48.1 fastcompare|Dav|1.1.1 vscode-eslint|dba|2.2.6 githistory|don|0.6.19 gitlens|eam|13.2.0 vscode-html-css|ecm|1.13.1 cmake-tools|ms-|1.12.27 cpptools|ms-|1.13.8 cpptools-extension-pack|ms-|1.3.0 powershell|ms-|2022.12.1 java|red|1.13.0 vscode-yaml|red|1.10.1 cmake|twx|0.0.17 JavaScriptSnippets|xab|1.8.0 (1 theme extensions excluded)
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 vscoreces:30445986 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593cf:30376535 pythonvs932:30410667 cppdebug:30492333 vscaat:30438848 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 azure-dev_surveyone:30548225 pyindex848cf:30577861 nodejswelcome1cf:30587006 3biah626:30602489 iaj6b796:30613358 f6dab269:30613381 fim-prod:30623723 ```
VSCodeTriageBot commented 1 year ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.74.3. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

Shaunathanz commented 1 year ago

Update did not affect the issue.

Additionally a value of 0 has results similar to a value of 1. Not sure what's going on there...

ldexterldesign commented 1 year ago

👋

IMO everyone should be directing attention here - all scroll settings (e.g. mouse, trackpad) should be defaulting to the OS

Frankly - to put it politely - a bit perplexed people are posting their own specific scroll speed settings as fixes 🤦

This issue should be merged/closed

Regards