From 8eea24435c82d7ab0aff6892b0e5d3020c1d05fd Mon Sep 17 00:00:00 2001 From: Isaac Jessup Date: Wed, 22 May 2024 20:27:34 -0400 Subject: [PATCH] Update .devcontainer for vscode (#9130) --- .devcontainer/devcontainer.json | 8 +++++--- pnpm-lock.yaml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) 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