Files
tink_macro/.vscode/tasks.json
2021-05-14 21:33:09 +08:00

20 lines
408 B
JSON

{
"version": "2.0.0",
"command": "haxelib",
"args": ["run", "travix", "node"],
"problemMatcher": "$haxe",
"tasks": [
{
"label": "haxelib",
"command": "haxelib",
"args": [
"run",
"travix",
"node"
],
"problemMatcher": "$haxe",
"group": "build"
}
]
}