You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relevant settings:
Contents of ~/.cargo/config.toml:
[build]
target-dir = "rust-builds"
Rust analyzer is creating a target directory at the project root and storing Cargo.lock files in subdirectories. I don't want to have a target directory in my crate root, which is why I have config.toml set up as above, so that all the build files are in ~/rust-builds.
This seems to be have started today, so possibly related to #20018 ?