mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
erlang_ls.config: Let it find paths, update to Erlang 26, enable crossref
This commit is contained in:
parent
fddacd51a4
commit
8f4179050b
@ -1,5 +1,5 @@
|
|||||||
otp_path: "/usr/lib/erlang"
|
#otp_path: "/usr/lib/erlang"
|
||||||
plt_path: "_build/default/rebar3_24.3.3_plt"
|
#plt_path: "_build/default/rebar3_24.3.3_plt"
|
||||||
#code_reload:
|
#code_reload:
|
||||||
# node: ejabberd@localhost
|
# node: ejabberd@localhost
|
||||||
apps_dirs:
|
apps_dirs:
|
||||||
@ -14,12 +14,12 @@ macros:
|
|||||||
- name: DEPRECATED_GET_STACKTRACE
|
- name: DEPRECATED_GET_STACKTRACE
|
||||||
- name: HAVE_ERL_ERROR
|
- name: HAVE_ERL_ERROR
|
||||||
- name: HAVE_URI_STRING
|
- name: HAVE_URI_STRING
|
||||||
- name: OTP_BELOW_25
|
- name: OTP_BELOW_27
|
||||||
- name: SIP
|
- name: SIP
|
||||||
- name: STUN
|
- name: STUN
|
||||||
diagnostics:
|
diagnostics:
|
||||||
# enabled:
|
enabled:
|
||||||
# - crossref
|
- crossref
|
||||||
disabled:
|
disabled:
|
||||||
# - dialyzer
|
# - dialyzer
|
||||||
- unused_includes # Otherwise it complains about unused logger.hrl
|
- unused_includes # Otherwise it complains about unused logger.hrl
|
||||||
|
Loading…
Reference in New Issue
Block a user