chore(vscode): use just check-json for rust-analyzer

This commit is contained in:
Michael Aaron Murphy 2023-02-06 19:31:16 +01:00 committed by Michael Murphy
parent fdb35774c9
commit e530552877

View file

@ -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"]
}