From a38d016137747367cb6811df84f81c0edb12e6e3 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sat, 25 Apr 2020 21:01:17 +0200 Subject: [PATCH] added ext run to vscode tasks --- .vscode/tasks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index e07d52d..e3408a5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -56,6 +56,20 @@ }, "group": "build", "problemMatcher": [] + }, + { + "label": "ext:run", + "command": "npm", + "type": "shell", + "args": [ + "run", + "ext:run" + ], + "presentation": { + "reveal": "always" + }, + "group": "build", + "problemMatcher": [] } ] } \ No newline at end of file