-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
checkOnSave.overrideCommand fails after updating vscode #10735
Comments
Does it work of you run |
Yes, it dumps a bunch of json artifacts:
|
Is that using the Remote WSL extension? You might need to configure the |
Yes, using WSL extension. What needs configuring? (and why did it work before?). |
Maybe But I don't know, I've never tried it. |
Thanks, but I don't think those apply since I'm not using a container. The |
I am happy to report that the latest VSCode update (1.62.2) has resolved this issue. From the list of fixes, I would guess that its this issue that was the culprit. |
This was working fine yesterday, but is now failing (only known change is updating vscode this morning -- after which it started failing).
The pop-up message:
cargo check failed: No such file or directory (os error 2)
and Rust-Analyzer Language Server output:
[ERROR flycheck] Flycheck failed to run the following command: "cargo" "clippy" "--message-format=json" "--" "--allow=dead-code"
.RA version
vscode version (I am using WSL 2.0)
My command:
The text was updated successfully, but these errors were encountered: