We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a follow-up to:
CARGO_TARGET_DIR
With that PR, rust-analyzer honors the environment variable CARGO_TARGET_DIR but this is not the only location users may change the target directory.
The other option is using target-dir in the Cargo config: https://doc.rust-lang.org/cargo/reference/config.html#buildtarget-dir Which rust-analyzer still doesn't honor.
target-dir
Due to the same reasoning it was decided R-A should honor CARGO_TARGET_DIR, i would request that this config be honored as well.
The text was updated successfully, but these errors were encountered:
alibektas
No branches or pull requests
This is a follow-up to:
CARGO_TARGET_DIR
for cargo target dir config #18827With that PR, rust-analyzer honors the environment variable
CARGO_TARGET_DIR
but this is not the only location users may change the target directory.The other option is using
target-dir
in the Cargo config:https://doc.rust-lang.org/cargo/reference/config.html#buildtarget-dir
Which rust-analyzer still doesn't honor.
Due to the same reasoning it was decided R-A should honor
CARGO_TARGET_DIR
, i would request that this config be honored as well.The text was updated successfully, but these errors were encountered: