Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix VSCode plugin not recognizing crates in subfolders #474

Merged
merged 1 commit into from
May 15, 2024

Conversation

necauqua
Copy link
Contributor

@necauqua necauqua commented Apr 3, 2024

This is a naive implementation where we just search for cargo lockfiles to find cargo roots.
It's good enough imo and isn't much worse than the previous impl

Closes #471

This is a naive implementation where we just search for cargo lockfiles
to find cargo roots.
It's good enough imo and isn't much worse than the previous impl
@necauqua necauqua marked this pull request as ready for review April 3, 2024 23:31
@mitsuhiko mitsuhiko merged commit 430e8ab into mitsuhiko:master May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The extension does nothing if the crate is not in workspace root
2 participants