While doing bigger git operations like rebasing, checkout etc. A bunch of files get deleted, moved, changed and added which quite often confuses r-a (and even causes it to panic in some configurations), it might be interesting to look into whether we can pause r-a while git is keeping the lockfile and unpause once git is done with it.
While doing bigger git operations like rebasing, checkout etc. A bunch of files get deleted, moved, changed and added which quite often confuses r-a (and even causes it to panic in some configurations), it might be interesting to look into whether we can pause r-a while git is keeping the lockfile and unpause once git is done with it.
cc https://github.com/rust-lang/rust-analyzer/pull/15747