chore(vscode): rust-analyzer key for overrideCommand changed

This commit is contained in:
Michael Aaron Murphy 2023-01-17 19:00:03 +01:00 committed by Michael Murphy
parent 2ce171e5ad
commit 095e4c1acd

View file

@ -1,5 +1,5 @@
{ {
"rust-analyzer.checkOnSave.overrideCommand": [ "rust-analyzer.check.overrideCommand": [
"cargo", "clippy", "--no-deps", "--message-format=json", "--", "-W", "clippy::pedantic" "cargo", "clippy", "--no-deps", "--message-format=json", "--", "-W", "clippy::pedantic"
] ]
} }