Skip to content

Commit

Permalink
erlang_ls.config: Let it find paths, update to Erlang 26, enable cros…
Browse files Browse the repository at this point in the history
…sref
  • Loading branch information
badlop committed Aug 26, 2024
1 parent fddacd5 commit 8f41790
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions erlang_ls.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
otp_path: "/usr/lib/erlang"
plt_path: "_build/default/rebar3_24.3.3_plt"
#otp_path: "/usr/lib/erlang"
#plt_path: "_build/default/rebar3_24.3.3_plt"
#code_reload:
# node: ejabberd@localhost
apps_dirs:
Expand All @@ -14,12 +14,12 @@ macros:
- name: DEPRECATED_GET_STACKTRACE
- name: HAVE_ERL_ERROR
- name: HAVE_URI_STRING
- name: OTP_BELOW_25
- name: OTP_BELOW_27
- name: SIP
- name: STUN
diagnostics:
# enabled:
# - crossref
enabled:
- crossref
disabled:
# - dialyzer
- unused_includes # Otherwise it complains about unused logger.hrl
Expand Down

0 comments on commit 8f41790

Please sign in to comment.