Closed danielcooper closed 4 years ago
In cases where there are multiple matching file names provide a more exact search for the file to the vscode workspace.
Previously jumping between a test and a code file when there was a structure like:
/lib/foo/bar/thing/baz.ex /lib/foo/bing/thing/baz.ex /lib/foo/bong/thing/baz.ex
would cause us to jump randomly depending on what vs code was the closest match.
Thanks for the contribution @danielcooper
In cases where there are multiple matching file names provide a more exact search for the file to the vscode workspace.
Previously jumping between a test and a code file when there was a structure like:
would cause us to jump randomly depending on what vs code was the closest match.