mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
erlang_ls.config: Let it find paths, update to Erlang 26, enable crossref
This commit is contained in:
parent
fddacd51a4
commit
8f4179050b
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue