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
There's a common pattern with language-specific package managers only needing to re-run if I changed something like Cargo.toml, or if I checked out another revision and my Cargo.lock was updated. It's already possible to implement this with the status command, but I feel like this should come built-in with devenv.
There's a common pattern with language-specific package managers only needing to re-run if I changed something like
Cargo.toml
, or if I checked out another revision and myCargo.lock
was updated. It's already possible to implement this with thestatus
command, but I feel like this should come built-in with devenv.The text was updated successfully, but these errors were encountered: