godot-tts/.vscode/tasks.json

20 lines
275 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "build",
"problemMatcher": [
"$rustc"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "rust: cargo build,
"presentation": {
"reveal": "never"
}
}
]
}