Skip to content

Commit

Permalink
Bump elixir-ls to 0.26.4 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Po Chen <[email protected]>
  • Loading branch information
github-actions[bot] and princemaple authored Feb 1, 2025
1 parent 84c7c2f commit 088a581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

from .server_zip_resource import ServerZipResource

SERVER_VERSION = "0.26.3"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.26.3/elixir-ls-v0.26.3.zip"
SERVER_SHA256 = "abe909ae1270038d24765d4d9348c4b4bd0cce5e0d5abf8e9cf0d3c61bbd125d"
SERVER_VERSION = "0.26.4"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.26.4/elixir-ls-v0.26.4.zip"
SERVER_SHA256 = "26668132879efc47f5c6aef0bf7113d403bf52dc1aa99b5c58a94b46ebb63169"

SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"]
BINARY_PATH = (
Expand Down

0 comments on commit 088a581

Please sign in to comment.