mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 21:15:56 +00:00
20 lines
275 B
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"
|
|
}
|
|
}
|
|
]
|
|
} |