Files
ebu-plugs/.vscode/tasks.json

17 lines
306 B
JSON

{
"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"
}
]
}