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

13
.gitpod.yml Normal file
View file

@ -0,0 +1,13 @@
tasks:
- init: npm run init
command: npm run start
ports:
- name: MapComplete Website
port: 1234
onOpen: open-browser
vscode:
extensions:
- "esbenp.prettier-vscode"
- "eamodio.gitlens"