We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedec56 commit 441cae1Copy full SHA for 441cae1
apps/language_server/lib/language_server/dialyzer/manifest.ex
@@ -108,7 +108,10 @@ defmodule ElixirLS.LanguageServer.Dialyzer.Manifest do
108
end
109
110
defp build_elixir_plt() do
111
- JsonRpc.show_message(:info, "Building core Elixir PLT. This will take a few minutes.")
+ 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
+ )
115
116
files =
117
Path.join([Application.app_dir(:elixir), "**/*.beam"])
0 commit comments