vscode task

This commit is contained in:
Ronja 2021-05-01 13:50:10 +02:00
parent 182709a531
commit bcb072ffb2

17
.vscode/tasks.json vendored Normal file
View file

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