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.
Cargo has a config file that allows user to change the location of the target directory. It is done by adding the target-dir key under the build section. However, even after this is set and confirmed that cargo/rustc output to the new directory, rls will still use the default <project_root>/target/rls location for its own output.
Please either create a rls specific config to allow user to specify target directory location, or respect cargo's config.