mise 2026.7.5

Dev tools, env vars, and tasks in one CLI
1
2
3
4
5
6
backends = [
  { full = "aqua:elixir-lsp/elixir-ls", options = { symlink_bins = "true" } },
  "asdf:mise-plugins/mise-elixir-ls",
]
description = "A frontend-independent IDE 'smartness' server for Elixir. Implements the 'Language Server Protocol' standard and provides debugger support via the 'Debug Adapter Protocol'"
test = { cmd = "which elixir-ls", expected = "elixir-ls" }