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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
I'm trying to build a language server. It reads from stdin and writes to stdout. To debug I just read from stdin and write to a file.
So I just compiled a program that reads a line and writes it to a file (endless loop). When I put this program's path as executable in the settings of intellij-lsp, then it says after 10 secs that the language server couldn't initialize. That's okay. But also the file that has been created is empty. Is there a misunderstanding and intellij-lsp doesn't communicate via stdin/stdout?
The text was updated successfully, but these errors were encountered:
Okay, now on Linux it works. It seems to be a Windows related problem. I have to skim through the code to see where the problem lies, but that's good to know either way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to build a language server. It reads from stdin and writes to stdout. To debug I just read from stdin and write to a file.
So I just compiled a program that reads a line and writes it to a file (endless loop). When I put this program's path as executable in the settings of intellij-lsp, then it says after 10 secs that the language server couldn't initialize. That's okay. But also the file that has been created is empty. Is there a misunderstanding and intellij-lsp doesn't communicate via stdin/stdout?
The text was updated successfully, but these errors were encountered: