{ "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "clippy", "problemMatcher": [ "$rustc" ], "group": "test", "label": "rust: cargo clippy" } ] }