20 lines
300 B
JSON
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)"
|
|
}
|
|
]
|
|
} |