We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
just check-json
1 parent fdb3577 commit e530552Copy full SHA for e530552
.vscode/settings.json
@@ -1,5 +1,4 @@
1
{
2
"remote.containers.dockerPath": "podman",
3
- "rust-analyzer.checkOnSave.command": "clippy",
4
- "rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"]
+ "rust-analyzer.check.overrideCommand": ["just", "check-json"]
5
}
0 commit comments