nushell/.theia/tasks.json

13 lines
200 B
JSON

{
"tasks": [
{
"command": "cargo",
"args": [
"build"
],
"type": "process",
"label": "cargo",
}
],
}