diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9aca1854eed..fc15be63e31 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Keystone", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye", + "image": "mcr.microsoft.com/devcontainers/typescript-node", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -19,8 +19,10 @@ "vscode": { "settings": {}, "extensions": [ - "prisma.prisma", - "github.vscode-pull-request-github" + "Prisma.prisma", + "GraphQL.vscode-graphql-syntax", + "github.vscode-pull-request-github", + "yy0931.vscode-sqlite3-editor" ] } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ad16ed6a74f..86a2409fb57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23411,4 +23411,4 @@ snapshots: zwitch@1.0.5: {} - zwitch@2.0.4: {} + zwitch@2.0.4: {} \ No newline at end of file