Skip to content

Commit 7f03054

Browse files
meta(vscode): Change checkOnSave to check (#4727)
1 parent c36749c commit 7f03054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
// Rust Analyzer
1818
"rust-analyzer.cargo.features": "all",
19-
"rust-analyzer.checkOnSave.command": "clippy",
19+
"rust-analyzer.check.command": "clippy",
2020
"rust-analyzer.imports.granularity.group": "module",
2121
"rust-analyzer.imports.prefix": "crate",
2222

2323
// Language-specific overrides
2424
"[markdown]": {
2525
"editor.rulers": [80],
26-
"editor.tabSize": 2
26+
"editor.tabSize": 2,
2727
}
2828
}

0 commit comments

Comments
 (0)