Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

rls does not respect cargo's target-dir config #527

@CrendKing

Description

@CrendKing

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions