Skip to content

Commit

Permalink
Merge pull request elixir-editors#86 from znorris/fix-dialyzer-warning
Browse files Browse the repository at this point in the history
Fixes incorrect dialyzer warning. Resolves elixir-editors#85
  • Loading branch information
JakeBecker authored Jul 3, 2018
2 parents 3c4c746 + 0ab223e commit 1ef05b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/language_server/lib/language_server/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ defmodule ElixirLS.LanguageServer.Server do

otp_version > 20 ->
"ElixirLS Dialyzer integration has not been tested with Erlang versions other than " <>
"OTP 20. To disable, set \"elixirLS.enableDialyzer\" to false."
"OTP 20. To disable, set \"elixirLS.dialyzerEnabled\" to false."

true ->
nil
Expand Down

0 comments on commit 1ef05b9

Please sign in to comment.