Kade-Engine/.vscode/tasks.json
Prokube 3cb6ea7393
A
2021-07-10 06:48:18 -07:00

22 lines
285 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
},
{
"type": "lime",
"command": "build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}