Skip to content

Commit 21eb932

Browse files
authored
Add language server configuration file (#63)
1 parent 133c915 commit 21eb932

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

erlang_ls.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apps_dirs:
2+
- "."
3+
deps_dirs:
4+
- "_build/default/lib/*"
5+
- "_build/default/checkouts/*"
6+
include_dirs:
7+
- "_build/default/lib/*/include"
8+
- "_checkouts/*/include"
9+
code_path_extra_dirs:
10+
- "_build/default/lib/*/ebin"

0 commit comments

Comments
 (0)