Describe the bug
vscode natively allows one to select a line by clicking to its left, on the line number. But with vim extension, if in insert mode with the insert point anywhere but column 1, clicking on a line number causes all but the first character to be selected, breaking the functionality.
To Reproduce
Steps to reproduce the behavior:
Activate vim extension
Open a document
Enter insert mode with cursor not in column 1
Click on a line number other than the line with the cursor in it
Result: line except for first character is selected
Expected behavior
Complete line including first character is selected.
Describe the bug vscode natively allows one to select a line by clicking to its left, on the line number. But with vim extension, if in insert mode with the insert point anywhere but column 1, clicking on a line number causes all but the first character to be selected, breaking the functionality.
To Reproduce Steps to reproduce the behavior:
Expected behavior Complete line including first character is selected.
Screenshots
https://github.com/user-attachments/assets/06f948a8-5f05-4005-b8d0-ca4f5479fc2c
Environment (please complete the following information):