unimap/.vscode/tasks.json
2020-09-02 22:34:35 -05:00

15 lines
No EOL
303 B
JSON

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