mitsuhiko / insta

A snapshot testing library for rust
https://insta.rs
Apache License 2.0
2.15k stars 98 forks source link

Fix VSCode plugin not recognizing crates in subfolders #474

Closed necauqua closed 4 months ago

necauqua commented 5 months ago

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