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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: