added ext run to vscode tasks

This commit is contained in:
Niklas 2020-04-25 21:01:17 +02:00
parent aa0bc66967
commit a38d016137

14
.vscode/tasks.json vendored
View File

@ -56,6 +56,20 @@
},
"group": "build",
"problemMatcher": []
},
{
"label": "ext:run",
"command": "npm",
"type": "shell",
"args": [
"run",
"ext:run"
],
"presentation": {
"reveal": "always"
},
"group": "build",
"problemMatcher": []
}
]
}