You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
According to this pull request #793, RLS should use cargo target_dir config and join it with rls. However, this doesn't work, I have a .cargo/config in my project, cargo correctly use my custom target_dir, but RLS seem to ignore it and build into target/rls. Maybe this feature only work for cargo config that are more global ? (in the home for exemple).
Also, I found that the behavior of target-dir is ambigus, in one way we could suppose that it's only for the root directory target by default. But it's seem to be for the full path target/rls. That confuse with the pull request that claim use default from cargo.
Maybe, it would be better to split this into two variables (target-dir-cargo, target-dir), or maybe use a totally different directory target for cargo and just rls for RLS ? Currently, I think the behavior is a little odd, and also not documented.