Skip to content

Commit

Permalink
fix: vscode rust analyzer (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapinb authored Jul 26, 2024
1 parent 7f26ce4 commit 89d7117
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave": true,
"rust-analyzer.check.overrideCommand": [
"cargo",
"clippy",
"--workspace",
"--all-features",
"--benches",
"--tests",
"--examples"
"--examples",
"--message-format=json"
],
"rust-analyzer.diagnostics.enable": true,
"todohighlight.isEnable": true,
Expand Down

0 comments on commit 89d7117

Please sign in to comment.