Really nice extension, thanks a lot for the great work!
I'm using this together with vscode-neovim and the auto-updating to follow the cursor is not working as expected. I think this is due to the fact that the corresponding TextEditorSelectionChangeEvent checked here either has type Command (e.g. when using h, j, k, l) or undefined (e.g. when using ctrl+o, ctrl+i).
Would it be feasible to skip the check of e.kind, either by default or if some option is set? I did a quick test where I commented out the entire if-block and everything seemed to work as expected. If you agree, I can prepare a PR.
Thanks for considering!
Really nice extension, thanks a lot for the great work!
I'm using this together with vscode-neovim and the auto-updating to follow the cursor is not working as expected. I think this is due to the fact that the corresponding
TextEditorSelectionChangeEventchecked here either has typeCommand(e.g. when usingh,j,k,l) orundefined(e.g. when usingctrl+o,ctrl+i).Would it be feasible to skip the check of
e.kind, either by default or if some option is set? I did a quick test where I commented out the entire if-block and everything seemed to work as expected. If you agree, I can prepare a PR.Thanks for considering!