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 d226e81 commit 05656fcCopy full SHA for 05656fc
apps/language_server/lib/language_server/build.ex
@@ -112,7 +112,7 @@ defmodule ElixirLS.LanguageServer.Build do
112
# it was added in https://github.com/elixir-lsp/elixir-ls/pull/227
113
# removing it doesn't break tests and I'm not able to reproduce
114
# https://github.com/elixir-lsp/elixir-ls/issues/209 on recent elixir (1.13)
115
- defp load_all_mix_applications do
+ def load_all_mix_applications do
116
apps =
117
cond do
118
Mix.Project.umbrella?() ->
0 commit comments