chore(vscode): rust-analyzer key for overrideCommand changed
This commit is contained in:
parent
2ce171e5ad
commit
095e4c1acd
1 changed files with 1 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue