Files
LPTCManager2026/.vscode/tasks.json
T
2025-11-15 18:54:32 +01:00

20 lines
300 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"problemMatcher": [
"$haxe-absolute",
"$haxe",
"$haxe-error",
"$haxe-trace"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "lime: test (active configuration)"
}
]
}