diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 24c60a256..a4804b75f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,19 @@ { - "image": "mcr.microsoft.com/devcontainers/typescript-node:18", - "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} + "customizations": { + "vscode": { + "extensions": [ + "esbenp.prettier-vscode", + "dbaeumer.vscode-eslint", + "github.copilot", + "eamodio.gitlens", + "mikestead.dotenv", + "dbaeumer.vscode-eslint", + "stylelint.vscode-stylelint", + "clinyong.vscode-css-modules", + "vunguyentuan.vscode-css-variables", + "frigus02.vscode-sql-tagged-template-literals-syntax-only" + ] + } }, "postStartCommand": "docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=p0stgr3s postgres:14-alpine", "containerEnv": {