holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
690 stars 31 forks source link

Do not remove the rust-analyzer files #98

Open aminya opened 1 year ago

aminya commented 1 year ago

Whenever I use cargo-sweep, the rust-analyzer takes a lot of time to finish its analysis. Is there a way to skip deleting those files?

jyn514 commented 1 year ago

@aminya what sweep command are you running? It has lots of flags that influence which files are deleted.

marcospb19 commented 9 months ago

@aminya by chance, do you recall the command you used?

aminya commented 9 months ago

Last I tried, any of the commands deleted the rust analyzer files. I haven't tried the new version. You should be able to replicate the error yourself.

marcospb19 commented 9 months ago

That's funny because I don't use Rust Analyzer, but thanks!