Files
setup-lix/.vscode/tasks.json
Kevin Leung 83b1981709 Init
2020-03-11 21:59:55 +08:00

21 lines
374 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "haxe",
"args": "active configuration",
"problemMatcher": [
"$haxe-absolute",
"$haxe",
"$haxe-error",
"$haxe-trace"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}