Håkan Nilsson
Håkan Nilsson
I think this issue still exists and we should investigate it further. I will open it again.
I think I have found the issue for this. I will submit a PR later.
Contributions are welcome! :)
Sounds great if you want to help out :+1:
Have you tried using the latest OTP 26? If it's the same issue as @dgud mentioned then it should be fixed.
I can confirm this. This happens in a rebar3 project with the following config (from erlang ls docs): ``` apps_dirs: - "_build/default/lib/*" include_dirs: - "_build/default/lib/*/include" - "include" ``` The app...
Don't close the issue, please reopen. This is real and happens on Linux too. My theory is that this is related to the face that rebar3 creates symlinks in `_build`...
I think the solution would either be to not index the `_build` symlink documents or make sure that those documents are also updated when a change is registed on the...