Skip to content

Commit

Permalink
lsp-erlang: update ELP download file names
Browse files Browse the repository at this point in the history
They now include the OTP version in the name, but do not offer a
choice (yet).
  • Loading branch information
alanz committed Sep 9, 2023
1 parent bab06f9 commit 79bc605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* Changelog
** Unreleased 8.0.1
* Update [[https://github.com/WhatsApp/erlang-language-platform][erlang-language-platform]] download file names to match new upstream names.
* Add [[https://github.com/WhatsApp/erlang-language-platform][erlang-language-platform]] support in lsp-erlang client.
* Add [[https://github.com/elixir-tools/credo-language-server][credo-language-server]]
* Add support for clojure-ts-mode in clojure-lsp client
Expand Down
4 changes: 2 additions & 2 deletions clients/lsp-erlang.el
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ It can use erlang-ls or erlang-language-platform (ELP)."
(defcustom lsp-erlang-elp-download-url
(format "https://github.com/WhatsApp/erlang-language-platform/releases/latest/download/%s"
(pcase system-type
('gnu/linux "elp-linux.tar.gz")
('darwin "elp-macos.tar.gz")))
('gnu/linux "elp-linux-otp-26.tar.gz")
('darwin "elp-macos-otp-25.3.tar.gz")))
"Automatic download url for erlang-language-platform."
:type 'string
:group 'lsp-erlang-elp
Expand Down

0 comments on commit 79bc605

Please sign in to comment.