Skip to content

Commit d3ab256

Browse files
committed
remove deprecated release
1 parent 189b477 commit d3ab256

File tree

14 files changed

+2
-273
lines changed

14 files changed

+2
-273
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ erl_crash.dump
2828
# Also ignore temp files created during testing
2929
.tmp
3030

31-
# A tool-versions file is used for the release at .release-tool-versions
32-
# But many contributors will use their own to specify their own minimum
33-
# supported version
31+
# No need to lock version
3432
.tool-versions
3533

3634
# Mkdocs static website build directory

.release-tool-versions

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -436,18 +436,6 @@ MIX_ENV=prod mix elixir_ls.release2 -o <release_dir>
436436

437437
This copies language server and debugger adapter launch scripts to the `<release_dir>` and includes a `VERSION` manifest file. The launch scripts install a release specified by the version manifest via `Mix.install` and then launch it. This ensures that ElixirLS is built with the correct combination of Elixir and OTP.
438438

439-
### Deprecated `.ez` archives release
440-
441-
```bash
442-
mix deps.get
443-
MIX_ENV=prod mix compile
444-
MIX_ENV=prod mix elixir_ls.release -o <release_dir>
445-
```
446-
447-
This builds the language server and debugger as a set of `.ez` archives and creates `.sh` and `.bat` scripts to launch them.
448-
449-
If you're packaging these archives in an IDE plugin, be sure to build using the minimum supported OTP version. This will provide the best backwards compatibility.
450-
451439
### Local setup
452440

453441
This section provides additional information on how to set up the ElixirLS locally.

apps/debug_adapter/lib/debug_adapter.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ defmodule ElixirLS.DebugAdapter do
3838

3939
Launch.unload_not_needed_apps([
4040
:nimble_parsec,
41-
:mix_task_archive_deps,
4241
:language_server,
4342
:dialyxir_vendored,
4443
:path_glob_vendored,

apps/elixir_ls_utils/lib/mix.tasks.elixir_ls.release.ex

Lines changed: 0 additions & 41 deletions
This file was deleted.

apps/elixir_ls_utils/mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ defmodule ElixirLS.Utils.MixProject do
3939
[
4040
{:elixir_sense, github: "elixir-lsp/elixir_sense", ref: @dep_versions[:elixir_sense]},
4141
{:jason_v, github: "elixir-lsp/jason", ref: @dep_versions[:jason_v]},
42-
{:mix_task_archive_deps, github: "elixir-lsp/mix_task_archive_deps"},
4342
{:dialyxir_vendored,
4443
github: "elixir-lsp/dialyxir", ref: @dep_versions[:dialyxir_vendored], runtime: false}
4544
]

apps/elixir_ls_utils/priv/debug_adapter.bat

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/elixir_ls_utils/priv/debug_adapter.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/elixir_ls_utils/priv/language_server.bat

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/elixir_ls_utils/priv/language_server.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)