From 5cfcbe868fcc9687ab163345be83a2c44701c531 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sun, 19 Mar 2023 19:37:16 +0100 Subject: [PATCH] chore: Update gitpod and vscode config --- .gitpod.yml | 8 +++++++- .vscode/extensions.json | 7 ++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index d7253fb46..964b5c27f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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" diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 8ca85028f..f2dca9d05 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -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" ] -} \ No newline at end of file +}