chore: Update gitpod and vscode config

This commit is contained in:
Robin van der Linde 2023-03-19 19:37:16 +01:00
parent dbde6e6dda
commit 5cfcbe868f
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
2 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,9 @@
tasks: tasks:
- init: npm run init - init: npm run init
command: npm run start command: npm run start
name: Initialize and start MapComplete
- name: Generate Layeroverview
command: npm run generate:layeroverview
ports: ports:
- name: MapComplete Website - name: MapComplete Website
@ -11,4 +14,7 @@ vscode:
extensions: extensions:
- "esbenp.prettier-vscode" - "esbenp.prettier-vscode"
- "eamodio.gitlens" - "eamodio.gitlens"
- "GitHub.vscode-pull-request-github" - "github.vscode-pull-request-github"
- "svelte.svelte-vscode"
- "bradlc.vscode-tailwindcss"
- "editorconfig.editorconfig"

View file

@ -2,8 +2,9 @@
"recommendations": [ "recommendations": [
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"eamodio.gitlens", "eamodio.gitlens",
"GitHub.vscode-pull-request-github", "github.vscode-pull-request-github",
"svelte.svelte-vscode", "svelte.svelte-vscode",
"bradlc.vscode-tailwindcss" "bradlc.vscode-tailwindcss",
"editorconfig.editorconfig"
] ]
} }