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

Documentation for using elm-language-server with VSCode, sans elm-language-client-vscode #266

Closed
johncmunson opened this issue May 4, 2020 · 3 comments

Comments

@johncmunson
Copy link

I've been having issues with elm-language-client-vscode, and I recently opened up this issue.

I considered dropping down to this lower level library until the issue mentioned above is resolved, but the README seems to have incomplete documentation regarding VSCode integration.

It basically just assumes elm-language-client-vscode is working and refers you to that.

It would be nice to have docs explaining how to get elm-language-server up and running with VSCode. My use case is just to hold me over, but I'm sure other people have use cases as well.

@razzeee
Copy link
Member

razzeee commented May 4, 2020

I guess that would mean, that you need a generic lsp client, I don't think such an extension exists for vscode.

@johncmunson
Copy link
Author

Ah, well that's a bummer. That's surprising, considering Microsoft invented LSP as a direct result of lessons learned building VSCode. Granted, I still know very little about LSP in general, so take anything I say with a grain of salt.

@razzeee
Copy link
Member

razzeee commented May 4, 2020

Well, I guess vscode "suffers" from always getting a first party vscode addon due to it being invented there? I guess nobody had a reason to create a generic implementation. :/

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