-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Too many same issues reported in problem console by rust-analyzer in vscode remote server mode #14602
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
Comments
Are you using a VS Code workspace? |
Yes |
We currently run |
So why the issues are same ? Seems one file is checked many times and reported. |
If I understand correctly, on a Code workspace with library So if |
No, the issue comes from |
Well, I don't know, and it might be hard to tell without a sample project showing the problem. |
@lnicola The comand
|
I think there's a discussion of a similar issue under #13954 (comment). Five |
@lnicola Hi, I've read that issue now. However, I only open one workspace as it mentioned above and the project is standalone and has no members. So maybe I am not matching the situation in #13954. But I can provide some additional information that, the standalone project is a sub folder under a git repo, like
All other projects are not written in rust. If I open the folder |
Do you have a |
No, only a [package]
name = "fuzzer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", rev = "0727c80" }
reqwest = { version = "0.11.13", features = ["blocking"] }
tokio = { version = "1", features = ["full"] }
bytes = "1.3.0"
clap = { version = "4.1.8", features = ["derive"] }
syscalls = "0.6.7"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
url = "2.3.1" |
@lnicola Hi, I see. This is my {
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./Cargo.toml",
"./Cargo.toml",
"./Cargo.toml",
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
} After I delete them, everything is ok. Thanks for your help. |
Right. There's was a bug where we asked about adding new projects there, and took No for a yes, and the other way around 😄. |
rust-analyzer version: rust-analyzer version: 0.3.1481-standalone
rustc version: rustc 1.65.0 (897e37553 2022-11-02)
relevant settings: None
I am using vscode remote server mode with rust-analyzer. Too many same issues.
The text was updated successfully, but these errors were encountered: