Open alice-i-cecile opened 5 months ago
If it is mentioned it should also be made very clear that it will use even more memory since it duplicated the target directory. People already complain that the target is too big when using bevy and this won't help with that.
I'm not sure I understand what is being discussed here: are you recommending that you set the path to the target
directory in rust-analyzer to something other than the actual target
directory, just so it does not lock cargo check
and other commands?
I agree with IceSentry that this may cause a lot of extra files, especially since that you're far less likely to run cargo clean
for that rust-analyzer specific directory. I feel like it could also lead to inconsistencies and confusion, though I haven't tested that specifically so it may be fine.
Alright, I'm fine to leave this out.
To be clear, I 100% think this should be recommended. I use it all the time and it's extremely useful. I just think it should be accompanied by a warning that it uses a lot more space.
@BD103 the rust-analyzer target folder is embedded in the base target folder so running cargo clean will also clean it. That part is not a concern. cargo-sweep doesn't pick it up, but it's not an official project anyway.
@BD103 the rust-analyzer target folder is embedded in the base target folder so running cargo clean will also clean it. That part is not a concern. cargo-sweep doesn't pick it up, but it's not an official project anyway.
Ok, that makes sense as long as the proper warnings are kept. This shouldn't be conveyed as costless.
This is a huge QoL / iteration speed improvement. It should be mentioned right after we talk about
rust-analyzer
. Call out both the pros and cons.