microsoft / vscode

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

Cannot change selection after scrolling with mouse wheel #150713

Closed ThiefMaster closed 2 years ago

ThiefMaster commented 2 years ago

Issue Type: Bug

This is very important when selecting larger amounts of code that don't immediately fit in the visible area. I think it broke very recently (on insiders).

VS Code version: Code - Insiders 1.68.0-insider (88d9a0848c3097cb197bee35862dd174f3966fc4, 2022-05-30T05:16:10.978Z) OS version: Windows_NT x64 10.0.19044 Restricted Mode: No Remote OS version: Linux x64 5.15.32-gentoo-r1 Remote OS version: Linux x64 5.15.32-gentoo-r1

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz (8 x 3000)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
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| |Load (avg)|undefined| |Memory (System)|39.34GB (24.56GB free)| |Process Argv|--crash-reporter-id 6b30e44d-a5e7-40d9-b957-04dfaa12fa74| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|SSH: eluvian| |OS|Linux x64 5.15.32-gentoo-r1| |CPUs|AMD Ryzen 5 3600X 6-Core Processor (12 x 3800)| |Memory (System)|31.35GB (1.46GB free)| |VM|0%| |Item|Value| |---|---| |Remote|SSH: eluvian| |OS|Linux x64 5.15.32-gentoo-r1| |CPUs|AMD Ryzen 5 3600X 6-Core Processor (12 x 3800)| |Memory (System)|31.35GB (1.46GB free)| |VM|0%|
Extensions (51) Extension|Author (truncated)|Version ---|---|--- vscode-sievehighlight|adz|1.0.6 systemd-unit-file|coo|1.0.6 udev-rules|dpk|1.0.1 viml|dun|0.1.7 tmux|mal|0.2.0 jupyter-keymap|ms-|1.0.0 remote-containers|ms-|0.236.1 remote-ssh|ms-|0.81.2022052415 remote-ssh-edit|ms-|0.80.0 remote-wsl|ms-|0.66.3 vscode-remote-extensionpack|ms-|0.21.0 vscode-paste-image|sak|1.1.9 jinjahtml|sam|0.17.0 gitconfig|sid|2.0.1 mako|tom|0.2.0 vscode-icons|vsc|11.12.0 overtype|ada|0.2.0 vscode-module-templates|asb|1.9.3 ssh|chr|0.0.4 vscode-postgres|cko|1.4.0 quick-open-prefill-selection|col|0.0.1 systemd-unit-file|coo|1.0.6 vscode-github-actions|csc|0.24.1 vscode-eslint|dba|2.2.2 udev-rules|dpk|1.0.1 viml|dun|0.1.7 gitlens|eam|12.0.7 EditorConfig|Edi|0.16.4 prettier-vscode|esb|9.5.0 go|gol|0.33.1 search-editor-apply-changes|jak|0.1.1 vsc-python-indent|Kev|1.16.0 restructuredtext|lex|189.0.0 tmux|mal|0.2.0 marp-vscode|mar|1.5.2 language-gettext|mro|0.2.0 python|ms-|2022.7.11461005 vscode-pylance|ms-|2022.5.3 jupyter|ms-|2022.5.1001491011 jupyter-keymap|ms-|1.0.0 jupyter-renderers|ms-|1.0.7 puppet-vscode|pup|1.4.0 vscode-commons|red|0.0.6 vscode-yaml|red|1.7.0 jinjahtml|sam|0.17.0 gitconfig|sid|2.0.1 vscode-stylelint|sty|1.2.2 even-better-toml|tam|0.14.2 mako|tom|0.2.0 simple-rst|tro|1.5.2 vscode-icons|vsc|11.12.0 (3 theme extensions excluded)
alexdima commented 2 years ago

@ThiefMaster I cannot reproduce, this works for me.

To rule out any problems introduced by extensions or by configuration, could you please try launching code-insiders --disable-extensions --user-data-dir=C:\some\new\folder. Does the issue reproduce?

ThiefMaster commented 2 years ago

Not sure why, but it's not happening anymore. So I'm closing this until it happens again, I'll then try your suggestion.