erlang_ls config file for better dev experience

This commit is contained in:
Michal Kuratczyk 2021-03-12 11:53:16 +01:00
parent 2517aec971
commit 8d4800a0e7
1 changed files with 24 additions and 0 deletions

24
erlang_ls.config Normal file
View File

@ -0,0 +1,24 @@
# otp_path: "/path/to/otp/lib/erlang"
deps_dirs:
- "deps/*"
diagnostics:
disabled: []
enabled:
- crossref
- dialyzer
- elvis
- compiler
include_dirs:
- "deps"
- "deps/*/include"
# lenses:
# enabled:
# - ct-run-test
# - show-behaviour-usages
# disabled: []
# macros:
# - name: DEFINED_WITH_VALUE
# value: 42
code_reload:
node: rabbit@localhost
plt_path: .rabbitmq_server_release.plt