Funkin/.vscode/tasks.json
2023-02-22 21:40:46 -05:00

13 lines
151 B
JSON

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