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 0a7555d commit 978a2ebCopy full SHA for 978a2eb
apps/elixir_ls_utils/lib/minimum_version.ex
@@ -7,7 +7,8 @@ defmodule ElixirLS.Utils.MinimumVersion do
7
"Erlang OTP releases below 22 are not supported (Currently running OTP #{otp_release})"}
8
else
9
if otp_release == 26 and is_windows() do
10
- {:error, "Erlang OTP 26 has critical bugs on Windows. Please downgrade to OTP 25"}
+ {:error,
11
+ "Erlang OTP 26.0 and 26.1 have critical bugs on Windows. Please make sure OTP 26.2 or greater is installed"}
12
13
:ok
14
end
0 commit comments