wordl/.vscode/tasks.json

15 lines
303 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "bacon",
"type": "shell",
"command": "bacon",
"problemMatcher": "$rustc",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}