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

Using LanguageServer.jl with Helix editor #982

Closed
VarLad opened this issue Aug 29, 2021 · 2 comments
Closed

Using LanguageServer.jl with Helix editor #982

VarLad opened this issue Aug 29, 2021 · 2 comments

Comments

@VarLad
Copy link
Contributor

VarLad commented Aug 29, 2021

The julia process crashes in a second or two after starting

Take a look at helix-editor/helix#669
There's a chance that this might be an issue on the LanguageServer.jl side of things

@VarLad VarLad changed the title Using LanguageServer.jl with [Helix](https://github.com/helix-editor/helix) editor Using LanguageServer.jl with Helix editor Aug 29, 2021
@archseer
Copy link

For context: The server seems to output log messages into stdout which is also used for JSON-RPC, for example:

@info "Received new data from Julia Symbol Server."

This then fails to parse on a strict parser. I recommend either disabling logging or logging to a log file.

@pfitzseb
Copy link
Member

This shouldn't be happening on most Julia versions (logging should always go to stderr except for a few pre-release versions).

Enforcing that in the startup files is a good idea nevertheless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants