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

Bug: links to files with the same name open the wrong file #91

Open
eloff opened this issue Dec 7, 2022 · 1 comment
Open

Bug: links to files with the same name open the wrong file #91

eloff opened this issue Dec 7, 2022 · 1 comment

Comments

@eloff
Copy link

eloff commented Dec 7, 2022

This happens a lot with rust, if two files have the same name, the link will often open the wrong file.

The link to src/consent/models.rs is opening src/accounts/models.rs instead. If I close the file with the same name, then it opens the correct file, so there's a clue maybe.

Also some other paths in the console don't have links (a second, unrelated bug.) See the second error at the bottom of the screenshot. I thought it might be the colors, but if i use export CARGO_TERM_COLOR=never to disable colors it still can't turn all the file paths into links. No idea why it works for some and not others.

awesome-console

@raphaelpreston
Copy link

Experiencing this problem as well. This is especially frustrating since I use Webpack so there are many file names in my bundled dist folder that match the actual source file names. Would love to get a fix for this as it's extremely annoying.

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

No branches or pull requests

2 participants