chore(vscode): use just check-json for rust-analyzer
This commit is contained in:
parent
fdb35774c9
commit
e530552877
1 changed files with 1 additions and 2 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"remote.containers.dockerPath": "podman",
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"]
|
||||
"rust-analyzer.check.overrideCommand": ["just", "check-json"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue