You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2021/01/18 18:24:23 UTC

[couchdb] 01/02: Add the simplest possible erlang_ls.config

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

kocolosk pushed a commit to branch 3.x-devcontainer
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 2859d26748041978eac966e0325753681d74ef2e
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Mon Jan 18 13:19:50 2021 -0500

    Add the simplest possible erlang_ls.config
    
    It'd be nice if there was a way for Erlang LS to merge config files, as
    some of the settings are likely user-specific and others (like this one)
    we want to provide as defaults out of the box.
---
 erlang_ls.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/erlang_ls.config b/erlang_ls.config
new file mode 100644
index 0000000..3d2fc9e
--- /dev/null
+++ b/erlang_ls.config
@@ -0,0 +1,2 @@
+include_dirs:
+    - "src/"