erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
620 stars 136 forks source link

Added config item 'erls_dirs' to add code not in 'src' to the scope #1457

Closed shuying2244 closed 6 months ago

shuying2244 commented 8 months ago

I am currently maintaining a project whose 'erl' files is not in the 'src' directory. In order for the plugin to work properly on my project, a new configuration item was added so that directories other than 'src' could be included in the source code search.