Skip to content

Commit e530552

Browse files
committed
chore(vscode): use just check-json for rust-analyzer
1 parent fdb3577 commit e530552

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"remote.containers.dockerPath": "podman",
3-
"rust-analyzer.checkOnSave.command": "clippy",
4-
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"]
3+
"rust-analyzer.check.overrideCommand": ["just", "check-json"]
54
}

0 commit comments

Comments
 (0)