You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've tried to read all the previous issues with cursor jumps and I think this is a new one, although its possibly related to #3444
With the cursor anywhere in a source file after I hit F7 to build the project, pressing any of the hjkl motion keys causes the cursor to jump to somewhere in lines 25-54.
To Reproduce
Open a source file and position the cursor somewhere
Press F7 to build the project
Press any hjkl motion key
The cursor jumps to lines somewhere around lines 25-54
Expected behavior
The cursor shouldn't jump around.
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.0.7
VSCode version: 1.1.3
OS: CentOS 7.6.1810
Developer: Show Running Extensions also shows:
Node Debug Auto-attach
Emmet
Git
Merge Conflict
Additional Context
Here is a series of commands and the results I'm seeing:
Open a source file.
Click in the text editor.
Enter ':0'
Press F7 to build the project
Press j
The cursor jumps to line 27
Press F7
Press j
The cursor doesn't jump lines
Press F7
Press l
The cursor jumps to line 26 (column 1)
Press F7
Press h
The cursor doesn't jump lines (but does move to column 0)
Enter ':100'
Hit F7
Press k
The cursor jumps to line 25
Enter ':100'
19 Hit F7
Hit j
The cursor jumps to line 27
The text was updated successfully, but these errors were encountered:
I meant to include that I've turned on "vim.debug.loggingLevelForConsole": "debug" but do not see any output in the Log (Extension Host), perhaps I need to look somewhere else?
Describe the bug
I've tried to read all the previous issues with cursor jumps and I think this is a new one, although its possibly related to #3444
With the cursor anywhere in a source file after I hit F7 to build the project, pressing any of the hjkl motion keys causes the cursor to jump to somewhere in lines 25-54.
To Reproduce
Expected behavior
The cursor shouldn't jump around.
Environment (please complete the following information):
Developer: Show Running Extensions also shows:
Node Debug Auto-attach
Emmet
Git
Merge Conflict
Additional Context
Here is a series of commands and the results I'm seeing:
19 Hit F7
The text was updated successfully, but these errors were encountered: