vscode-smart-clicks icon indicating copy to clipboard operation
vscode-smart-clicks copied to clipboard

To aggressive selection

Open mrx23dot opened this issue 2 years ago • 1 comments

Type: Bug

memcpy(report, VCS_VERSION, 4);

when i select 4 from behind, then it selects the entire argument, but i only want "4" to be selected.

Extension version: 0.1.5 VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T04:27:29.066Z) OS version: Windows_NT x64 10.0.19045 Modes: Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz (8 x 2304)
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
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) undefined
Memory (System) 15.81GB (7.94GB free)
Process Argv --crash-reporter-id e4b48720-5a3d-4415-bc92-03f829fdb834
Screen Reader no
VM 0%

mrx23dot avatar Aug 31 '23 12:08 mrx23dot

similar bug in snprintf(&report[BKP_VERSION_LEN], sizeof(report)-4, ":%d:%s:%d:%ums" i select 4 from beginning but selects "-4"

mrx23dot avatar Aug 31 '23 12:08 mrx23dot