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
Click confused 😕 on this issue if not having it makes VSCodeVim unusable.
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT:
VSCode Version: 1.17.2
VsCodeVim Version: 0.10.2
OS: Windows 10
What happened:
Error occur:
Cannot read property 'selection' of undefined: TypeError: Cannot read property 'selection' of undefined
at t.navigate (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:2501577)
at t.last (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:2501036)
at t.run (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:2894265)
at file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:2615209
at n.Class.derive._oncancel.then (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:60387)
at p (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:2615166)
at file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:2614886
at t.invokeFunction (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:1089386)
at t._tryExecuteCommand (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:1080627)
at file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:28:1080327
How to reproduce it:
Open long file ... to reach EOF you have to scroll it .
Go to INSERT MODE ( I use i key) somewhere on the beginning of the file
Leave INSERT MODE (ESC key)
Hold 'j' key to scroll file down. Line where you went to INSERT mode shouldn't be visible anymore
Press 2x single quote key '' or 2x backtick key ``
This is scenario where I can reproduce it every time. There is also way to have same error with gi combination (this is how I encounter this bug first time) but now I cannot figure out right steps.
I think that this bug was introduced in last release, but I'm not 100% sure.
EDIT:
You don't have to go to INSERT mode... it is enough to scroll in that way that line you were starting on scrolling is not visible on screen anymore ... then ''
The text was updated successfully, but these errors were encountered:
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT:
What happened:
Error occur:
How to reproduce it:
This is scenario where I can reproduce it every time. There is also way to have same error with gi combination (this is how I encounter this bug first time) but now I cannot figure out right steps.
I think that this bug was introduced in last release, but I'm not 100% sure.
EDIT:
You don't have to go to INSERT mode... it is enough to scroll in that way that line you were starting on scrolling is not visible on screen anymore ... then ''
The text was updated successfully, but these errors were encountered: