{ "version": "2.0.0", "tasks": [ { "label": "cargo check (workspace)", "type": "shell", "command": "cargo check", "isBackground": false, "problemMatcher": [ "$rustc" ], "group": "build" } ] }