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

Malformed textDocument/formatting answer #114

Closed
pfitzseb opened this issue Jul 12, 2017 · 6 comments
Closed

Malformed textDocument/formatting answer #114

pfitzseb opened this issue Jul 12, 2017 · 6 comments

Comments

@pfitzseb
Copy link
Member

This is on LanguageServer.jl master:
screenshot_20170712_135550

The request that the atom language client sends seems to be well-formed, so this seems to be a LanguageServer.jl problem.

@ZacLN
Copy link
Contributor

ZacLN commented Jul 15, 2017

I'm going to have to get Atom up and running to dig into this, will have a look tomorrow

@pfitzseb
Copy link
Member Author

Hm, I suppose if I could figure out how to get at the debugging info from LanguageServer.jl I could help with that ;) So this doesn't happen with VSCode or other clients?

@ZacLN
Copy link
Contributor

ZacLN commented Jul 15, 2017

I can't tell what the problem is from the above, is it just returning an empty message?

@pfitzseb
Copy link
Member Author

Well, it's returning an Object (JSON string I guess) which only has id: 1 in it.

@ZacLN
Copy link
Contributor

ZacLN commented Jul 19, 2017

I couldn't get atom-lsp up and running. Thinking about the above messages though: it looks like the client is sending a textDocument/formatting message before the server is up and running? id: 1 should be for the first response

@pfitzseb
Copy link
Member Author

Hm, I couldn't reproduce this, so closing...
What troubles did you have with getting the atom language client running?

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

2 participants