diff --git a/lib/next_ls/runtime.ex b/lib/next_ls/runtime.ex index 86e19ff4..9ca373d3 100644 --- a/lib/next_ls/runtime.ex +++ b/lib/next_ls/runtime.ex @@ -64,14 +64,13 @@ defmodule NextLS.Runtime do ], args: [ System.find_executable("elixir"), + "--no-halt", "--sname", sname, "-S", "mix", - "run", - "--no-halt", - "--no-compile", - "--no-start" + "loadpaths", + "--no-compile" ] ] )