Is it possible to place the erlang_ls.config file somewhere other than the project root directory?

I have a question about using the Erlang LS plugin in VS Code.

Can you give any other details? Why do you want to place it somewhere else? What do you want to achieve?

You can ofc. create a global configuration and then override it per-project when needed.

1 Like

Thank you, that’s exactly what I need - a global configuration. I want to disable error hints for code in VSCode, so I set the compiler to “disabled.”.
However, it seems that my code auto-completion is not working, which is quite frustrating.