You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2021/12/02 22:32:13 UTC

[couchdb] 01/02: [unrelated] improve erlang_ls.config

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch sharded_couch_index_server
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 52de73cfdca47c9cd332671886f3353c1cd5e7aa
Author: Robert Newson <rn...@apache.org>
AuthorDate: Tue Sep 21 12:37:07 2021 +0100

    [unrelated] improve erlang_ls.config
---
 erlang_ls.config | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/erlang_ls.config b/erlang_ls.config
index 3d2fc9e..94483cf 100644
--- a/erlang_ls.config
+++ b/erlang_ls.config
@@ -1,2 +1,5 @@
+apps_dirs:
+    - "src/*"
 include_dirs:
-    - "src/"
+    - "src"
+    - "src/*/include"