Skip to content

Commit

Permalink
Update .devcontainer for vscode (#9130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggpwnkthx committed May 23, 2024
1 parent 913066a commit 8eea244
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand All @@ -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"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8eea244

Please sign in to comment.