We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d546452 commit eaf2db2Copy full SHA for eaf2db2
scripts/installer.exs
@@ -473,7 +473,7 @@ defmodule ElixirLS.Installer do
473
defp local_dir, do: Path.expand("#{__DIR__}/..")
474
475
defp run_mix_install({:local, dir}, force?) do
476
- Mix.install(
+ ElixirLS.Mix.install(
477
[
478
{:elixir_ls, path: dir}
479
],
@@ -487,7 +487,7 @@ defmodule ElixirLS.Installer do
487
end
488
489
defp run_mix_install({:tag, tag}, force?) do
490
491
492
{:elixir_ls, github: "elixir-lsp/elixir-ls", tag: tag}
493
0 commit comments