Add vscode tasks file

This commit is contained in:
Cadence Ember 2020-03-25 03:34:27 +13:00
parent 847d7e6e06
commit 4d6f6e2278
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 12 additions and 0 deletions

12
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": []
}
]
}