{ "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "run", "problemMatcher": [ "$rustc" ], "label": "rust: Install to Pico (Mouse HID)" }, { "type": "cargo", "command": "run", "args": [ "--features", "serial" ], "problemMatcher": [ "$rustc" ], "label": "rust: Install to Pico (Serial HID)" } ] }