-
Notifications
You must be signed in to change notification settings - Fork 1
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
JSON.ParseError? #2
Comments
Thank you for reporting this! That json parsing error definitely doesn't sound right. I'm pretty sure I'm handling all the exceptions, but I might be wrong; I'll double check when I get to looking into this. My guess is the child process error is happening because closing Kakoune isn't handled at all right now. When the editor is closed the node runtime is left to stop the process. If I'm being honest, these issues are probably caused by me trying to get the extension to a point where I can use it as my daily driver as fast as possible and cutting some corners 😅. The only really functional thing right now is selections and movement. I'm working on syncing the text between VSCode and Kakoune, which is made sort of complicated by the fact that I want to use VSCode in insert mode (to get things like IntelliSense, auto-close brackets/parens, etc. out of the box) and Kakoune all other times — this makes it so I have to sync text both ways, it's not just from one to the other. Once the text is being properly-ish synced is when I'll start to actively use the extension for myself. When I get to that point I'll work on making an actual release and testing this more, and specifically look into what's going on here 🙂. Again, thank you for reporting this! |
ahh, that makes sense. thanks for checking it out. i'll keep my eyes on the project then. thanks for making it happen |
i wasn't sure if i installed it right, what i did is ran the commands on the readme then symlinked the whole thing to ~/.vscode/extensions
now when i try to press any key besides i, i get
in the developer console.
i
anda
work fine (althoa
acts likei
), and i rebound escape and that works toototally fine if this is all there is obviously, just want to see if there's something i'm doing wrong. thanks!
also in the beginning of the dev console i have:
but i don't know if this is related. i tested this with kakoune master and debian testing's kakoune, same result. killing kakoune leads to different errors so i think it is finding kakoune okay
The text was updated successfully, but these errors were encountered: