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
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
I have a some-crate = { path = "../path/to/crate" } dependency in my Cargo.toml file, and the normal gd shortcut for jump-to-definition doesn't work for things in that crate. For things in the rust standard library, it works great.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a
some-crate = { path = "../path/to/crate" }
dependency in my Cargo.toml file, and the normalgd
shortcut for jump-to-definition doesn't work for things in that crate. For things in the rust standard library, it works great.The text was updated successfully, but these errors were encountered: