VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.98k stars 1.32k forks source link

Task out of bounds #4648

Open st-schneider opened 4 years ago

st-schneider commented 4 years ago

Issue Type: Bug

TaskQueue Error

image

Extension version: 1.13.0 VS Code version: Code - Insiders 1.44.0-insider (1df23554b2e3d5f1efc6fbc76ee61d3f7f186c6d, 2020-03-12T05:29:05.555Z) OS version: Darwin x64 18.7.0

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (8 x 2800)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|19, 16, 10| |Memory (System)|16.00GB (0.85GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
J-Fields commented 4 years ago

What command did you run?

st-schneider commented 4 years ago

I can not be sure but most probably dd

cvaldev commented 4 years ago

I'm getting this error in the following scenario, not sure if it's the same source.

1) Open 2 files and place them side to side 2) File1 has 1 line and File2 has 2 lines. 3) Use Visual Mode to select some text in line 2 of File2. 4) Drag File1 over to File2's side.

*Number of lines is irrelevant but File2 has to be larger than File1. Also reproducible with vim.mouseSelectionGoesIntoVisualMode:true. Reproducible as long as the visual selection is outside the boundaries of File1.

Env info:

- Extension Name: `vim`
- Extension Version: `1.13.0`
- OS Version: `Linux x64 4.15.0-91-generic`
- VSCode version: `1.43.1`