spine-module/.vscode/tasks.json
2021-05-30 20:47:03 +02:00

17 lines
No EOL
293 B
JSON

{
"tasks": [
{
"type": "luxe",
"script": "run",
"problemMatcher": [
"$luxe-absolute",
"$luxe-relative"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "luxe: run - Build & Run the project"
}
]
}