Funkin/.vscode/tasks.json
2024-01-27 06:16:39 -05:00

13 lines
178 B
JSON

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