Files
kiss-vscode/projects/flixel-rpg-tutorial/.vscode/tasks.json

14 lines
151 B
JSON

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