-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Links in error messages that aren’t formatted as markown links are not clickable #206469
Comments
@DonJayamanne Bildschirmaufnahme.2024-03-04.um.09.59.26.movMy {
"rust-analyzer.check.command": "clippy",
}
fn main() {
let mut a = 5;
let b = 3;
a = a + b;
} |
How is it rendered when you press f8? |
@sandy081 I‘ll answer you in a few hours, I’m currently not at home |
@sandy081 Nothing changes |
What do you mean by nothing changes? Does it open a inline peek view on pressing F8? Or you are pressing f8 when hover is open? |
|
/duplicate |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines. Happy Coding! |
oh wow, 2018... |
Does this issue occur when all extensions are disabled?: Yes (I’m using rust-analyzer as an example but this is generally a problem with VSCode. See the rust-lang/rust-clippy#12229)
Steps to Reproduce:
cargo new bug-report
The text was updated successfully, but these errors were encountered: