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 97fcdf2 commit 92da9bdCopy full SHA for 92da9bd
apps/elixir_ls_utils/lib/launch.ex
@@ -3,8 +3,9 @@ defmodule ElixirLS.Utils.Launch do
3
@compiled_otp_version System.otp_release()
4
5
def start_mix do
6
+ # when running via mix install script mix starts and stops hex
7
+ # we need to make sure it's started
8
Hex.start()
- # FIXME: Private API
9
Mix.start()
10
# FIXME: Private API
11
Mix.Local.append_archives()
0 commit comments