Basic gitpod + vscode settings

This commit is contained in:
Robin van der Linde 2022-07-05 15:02:08 +00:00
parent 536840ba1c
commit 606fd305fd
5 changed files with 65 additions and 1 deletions

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

@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"path": "/",
"group": "build",
"problemMatcher": [],
"label": "MapComplete Dev",
"detail": "Run MapComplete Dev Server"
}
]
}