Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go last: Cannot read property 'selection' of undefined #36544

Closed
bpasero opened this issue Oct 19, 2017 · 0 comments
Closed

Go last: Cannot read property 'selection' of undefined #36544

bpasero opened this issue Oct 19, 2017 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Oct 19, 2017

/home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28 [Extension Host] invalid value for set cursor position. This is probably bad? (at VimState.set allCursors [as allCursors] (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:151:25))
console.ts:123 [Extension Host] error.stack (at ModeHandler.<anonymous> (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:644:25))
console.ts:123 [Extension Host] TypeError: Cannot read property 'document' of undefined
	at Function.getLineCount (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/textEditor.js:119:46)
	at ModeHandler.<anonymous> (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:865:58)
	at Generator.next (<anonymous>)
	at fulfilled (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:4:58)
	at <anonymous> (at ModeHandler.<anonymous> (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:645:25))
console.ts:123 [Extension Host] TypeError: Cannot read property 'document' of undefined
	at Function.getLineCount (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/textEditor.js:119:46)
	at ModeHandler.<anonymous> (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:865:58)
	at Generator.next (<anonymous>)
	at fulfilled (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:4:58)
	at <anonymous> (at ModeHandler.<anonymous> (/home/uchida/.vscode/extensions/vscodevim.vim-0.10.1/out/src/mode/modeHandler.js:646:25))
messageService.ts:125 Cannot read property 'selection' of undefined: TypeError: Cannot read property 'selection' of undefined
    at t.navigate (file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:2501577)
    at t.last (file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:2501036)
    at t.run (file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:2894265)
    at file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:2615209
    at n.Class.derive._oncancel.then (file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:60387)
    at p (file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:2615166)
    at file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:2614886
    at t.invokeFunction (file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:1089386)
    at t._tryExecuteCommand (file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:1080627)
    at file:///home/uchida/Downloads/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:28:1080327
e.doShow @ messageService.ts:125
@bpasero bpasero added the bug Issue identified by VS Code Team member as probable bug label Oct 19, 2017
@bpasero bpasero added this to the October 2017 milestone Oct 19, 2017
@bpasero bpasero self-assigned this Oct 19, 2017
brandonbloom added a commit to brandonbloom/vscode that referenced this issue Oct 19, 2017
@bpasero bpasero closed this as completed Oct 20, 2017
bpasero pushed a commit that referenced this issue Oct 20, 2017
@weinand weinand added the verified Verification succeeded label Nov 2, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants