diff --git a/.vscode/settings.json b/.vscode/settings.json index 0282f75..2c971df 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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"] } \ No newline at end of file