Download Latest Version ElixirLS 0.30.0 source code.tar.gz (870.7 kB)
Email in envelope

Get an email when there's a new version of Elixir Language Server

Home / v0.30.0
Name Modified Size InfoDownloads / Week
Parent folder
elixir-ls-v0.30.0.zip 2025-11-17 20.3 kB
ElixirLS 0.30.0 source code.tar.gz 2025-11-17 870.7 kB
ElixirLS 0.30.0 source code.zip 2025-11-17 1.5 MB
README.md 2025-11-17 1.2 kB
Totals: 4 Items   2.4 MB 1

v0.30.0: 17 November 2025

Highlights

  • Added support for elixir 1.19 (and OTP 28 on 1.19)

Improvements

  • Code.ensure_compiled calls removed from the codebase. There should be less hangs related to compilation and code server congestion on elixir 1.18+
  • Mix installer fixes ported from upstream. This should resolve issue with too long paths on Windows
  • Added support for excludes in .formatter.exs
  • ElixirLS startup script now unsets MIX_OS_DEPS_COMPILE_PARTITION_COUNT as a workaround for mix polluting stdout and breaking JasonRPC communication
  • Added support for stream_data property tests in test tracer James E. A.
  • Added workaround for elixir crash when formatting test failure in debug adapter
  • Added support for elixir 1.19 not in token format
  • Ported upstream improvements to dbg macro support in debug adapter
  • Dialyxir dependency updated to 1.4.7

Fixes

  • Resolved infinite loop in fish shell launch script
  • Fixed crash in call hierarchy provider on anonymous calls

Breaking changes

  • elixir 1.14 reached end of life and is no longer supported. Consider updating to 1.15+
Source: README.md, updated 2025-11-17