Skip to content

Commit

Permalink
[tooling] Fix clippy command for VS Code (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
oh-yes-0-fps authored Nov 19, 2024
1 parent 87c00c2 commit 26a6e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rust-analyzer.check.overrideCommand": [
"cargo", "clippy", "--target-dir", "./target/clippy"
"cargo", "clippy", "--target-dir", "./target/clippy", "--message-format=json"
],
"files.associations": {
"*.py": "python",
Expand Down

0 comments on commit 26a6e11

Please sign in to comment.