markdown-oxide
markdown-oxide copied to clipboard
Broken Pipe, using in Helix
Hello again! After adding that git root I start to get completions, but only for the file I'm currently in :-)
Checking Helix's logs, they write of a broken pipe. I'd like to help looking into this when I have a little time, but I'm not sure when that will be so I figured I could at least report it.
2024-04-10T23:08:17.900 helix_lsp::client [WARN] language server failed to terminate gracefully - server closed the stream
2024-04-10T23:08:17.900 helix_lsp::transport [ERROR] markdown-oxide err: <- StreamClosed
2024-04-10T23:08:17.900 helix_lsp::transport [ERROR] markdown-oxide err: <- IO(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })
Thank you!
Ill look into it
Does the LS still work after the broken pipe?
It wasn't, no.
Okay yea this is major.
Thanks for reporting
After a bit of research, I suspect this is an issue with helix's lsp implementation.
I suggest opening an issue on that repo.
Sorry I won't be help for this! Hope you figure it out.