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

lsp-erlang: Add initial support for erlang-language-platform #4122

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

alanz
Copy link
Contributor

@alanz alanz commented Aug 3, 2023

So it now still supports erlang-ls, but also erlang-language-platform.

Supports erlang-ls and erlang-language-platform.
@github-actions github-actions bot added documentation client One or more of lsp-mode language clients labels Aug 3, 2023
@alanz
Copy link
Contributor Author

alanz commented Aug 3, 2023

The windows ci job failing looks to be unrelated to this PR.

@jcs090218
Copy link
Member

Yeah, it's unrelated. There is a bug in that snapshot, so we can just ignore it for now.

@alanz alanz requested a review from yyoncho August 6, 2023 08:37
@yyoncho
Copy link
Member

yyoncho commented Aug 6, 2023

TBO I would prefer having each server into separate file based on the experience with rust-analyzer and rls. Willing to move it into separate one?

@alanz
Copy link
Contributor Author

alanz commented Aug 6, 2023

Willing to move it into separate one?

If it did split it would have to be into three, lsp-erlang, lsp-erlang-ls, lsp-erlang-elp.

Otherwise existing Erlang users don't know there is a new option, and we need a place for the common elements, such as switching servers.

And I am not sure if the effort warrants it at this stage.

@yyoncho yyoncho merged commit 5c36d25 into emacs-lsp:master Aug 6, 2023
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants