Skip to content

Commit 272842b

Browse files
committed
revise mix startup sequence
1 parent a1269e0 commit 272842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/elixir_ls_utils/lib/launch.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule ElixirLS.Utils.Launch do
2828

2929
load_dot_config()
3030

31-
# as of 1.15 mix supports two environment variables MIX_QUIET and MIX_DEBUG
31+
# as of 1.18 mix supports environment variables MIX_QUIET, MIX_DEBUG, MIX_PROFILE
3232
# that are not important for our use cases
3333

3434
:ok

0 commit comments

Comments
 (0)