Be sure to inclued apps/ dirs
Otherwise erlang_ls complains about missing refs
This commit is contained in:
parent
7975881cf6
commit
b50d0fafbb
|
@ -3,6 +3,7 @@
|
|||
# otp_path: "/path/to/otp/lib/erlang"
|
||||
deps_dirs:
|
||||
- "deps/*"
|
||||
- "deps/*/apps/*"
|
||||
diagnostics:
|
||||
disabled:
|
||||
- bound_var_in_pattern
|
||||
|
|
Loading…
Reference in New Issue