{ "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "post", "args": ["build", "--package", "ebu-plug-core"], "problemMatcher": ["$rustc"], "group": { "kind": "build", "isDefault": true }, "label": "rust: cargo build" } ] }