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:
|
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"
|
||||||
|
|
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue