chore: Update gitpod and vscode config
This commit is contained in:
parent
dbde6e6dda
commit
5cfcbe868f
2 changed files with 11 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
tasks:
|
||||
- init: npm run init
|
||||
command: npm run start
|
||||
name: Initialize and start MapComplete
|
||||
- name: Generate Layeroverview
|
||||
command: npm run generate:layeroverview
|
||||
|
||||
ports:
|
||||
- name: MapComplete Website
|
||||
|
@ -11,4 +14,7 @@ vscode:
|
|||
extensions:
|
||||
- "esbenp.prettier-vscode"
|
||||
- "eamodio.gitlens"
|
||||
- "GitHub.vscode-pull-request-github"
|
||||
- "github.vscode-pull-request-github"
|
||||
- "svelte.svelte-vscode"
|
||||
- "bradlc.vscode-tailwindcss"
|
||||
- "editorconfig.editorconfig"
|
||||
|
|
7
.vscode/extensions.json
vendored
7
.vscode/extensions.json
vendored
|
@ -2,8 +2,9 @@
|
|||
"recommendations": [
|
||||
"esbenp.prettier-vscode",
|
||||
"eamodio.gitlens",
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"github.vscode-pull-request-github",
|
||||
"svelte.svelte-vscode",
|
||||
"bradlc.vscode-tailwindcss"
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"editorconfig.editorconfig"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue