You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/language_server/lib/language_server/cli.ex
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ defmodule ElixirLS.LanguageServer.CLI do
39
39
)
40
40
41
41
check_otp_doc_chunks()
42
+
check_elixir_sources()
43
+
check_otp_sources()
42
44
43
45
Launch.limit_num_schedulers()
44
46
@@ -91,4 +93,21 @@ defmodule ElixirLS.LanguageServer.CLI do
91
93
Logger.warn("OTP compiled without EEP48 documentation chunks. Language features for erlang modules will run in limited mode. Please reinstall or rebuild OTP with approperiate flags.")
0 commit comments