From bcb072ffb277803a721bdd2a118fd6cd000507f9 Mon Sep 17 00:00:00 2001 From: Ronja Date: Sat, 1 May 2021 13:50:10 +0200 Subject: [PATCH] vscode task --- .vscode/tasks.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..4f2c46b --- /dev/null +++ b/.vscode/tasks.json @@ -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" + } + ] +} \ No newline at end of file