Add Elixir Support#118
Closed
sergchernata wants to merge 1 commit intomicrosoft:mainfrom
Closed
Conversation
Contributor
Author
@microsoft-github-policy-service agree |
goodlux
added a commit
to repolex-ai/multilspy
that referenced
this pull request
Apr 1, 2026
Integrate Expert, the official Elixir language server from the elixir-lang team. Expert ships self-contained binaries with the BEAM VM bundled via Burrito, so no Elixir or Erlang runtime is needed on the target machine. This is the simplest integration yet -- Expert releases are raw executables (~38MB), not archives. Download, chmod, run with --stdio. No setup action needed in CI since the binary is fully self-contained. Key design decisions: - Use Expert (official, elixir-lang team) over ElixirLS (community, needs Elixir+Erlang pre-installed). Expert bundles the entire BEAM VM. - Direct binary download via FileUtils.download_file (no archive extraction) - Background compilation wait via progress tokens with 5s timeout - v0.1.0 released 2026-03-30, covers Linux/macOS/Windows x64 and arm64 Relates to microsoft#118 (open PR uses older ElixirLS approach) Generated by The ORIGINAL SpaceG.O.A.T. spacegoatai@gmail.com https://github.com/spacegoatai
Collaborator
|
Thank you @sergchernata! Your Elixir/ElixirLS implementation has been picked up in #142, with your original commit preserved. I've added fixes for download URLs, platform IDs, install directory migration, and test config. Please review if you'd like! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.