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 9770885 commit ed1447bCopy full SHA for ed1447b
apps/language_server/lib/language_server/dialyzer.ex
@@ -39,10 +39,9 @@ defmodule ElixirLS.LanguageServer.Dialyzer do
39
"separate package."}
40
41
not dialyzable?(System) ->
42
- # TODO is this relevant anymore? We require OTP 22+ (minimum for elixir 1.13)
43
{:error, :no_debug_info,
44
"Dialyzer is disabled because core Elixir modules are missing debug info. " <>
45
- "You may need to recompile Elixir with Erlang >= OTP 20"}
+ "You may need to recompile Elixir"}
46
47
true ->
48
:ok
0 commit comments