Skip to content

Commit 441cae1

Browse files
authored
Update dialyzer PLT building message (emacs-lsp#108)
Hopefully it makes it more obvious that it can take a while
1 parent dedec56 commit 441cae1

File tree

1 file changed

+4
-1
lines changed
  • apps/language_server/lib/language_server/dialyzer

1 file changed

+4
-1
lines changed

apps/language_server/lib/language_server/dialyzer/manifest.ex

+4-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ defmodule ElixirLS.LanguageServer.Dialyzer.Manifest do
108108
end
109109

110110
defp build_elixir_plt() do
111-
JsonRpc.show_message(:info, "Building core Elixir PLT. This will take a few minutes.")
111+
JsonRpc.show_message(
112+
:info,
113+
"Building core Dialyzer Elixir PLT. This will take a few minutes (often 15+) and can be disabled in the settings."
114+
)
112115

113116
files =
114117
Path.join([Application.app_dir(:elixir), "**/*.beam"])

0 commit comments

Comments
 (0)