We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532f631 commit 77bfebdCopy full SHA for 77bfebd
.vscode/settings.json
@@ -1,6 +1,6 @@
1
{
2
"rust-analyzer.check.overrideCommand": [
3
- "cargo", "clippy", "--target-dir", "./target/clippy"
+ "cargo", "clippy", "--target-dir", "./target/clippy", "--message-format=json"
4
],
5
"files.associations": {
6
"*.traj": "json",
0 commit comments