feat(devcontainer): add Deno support and update base image

This commit is contained in:
Ayane Satomi 2023-09-11 03:08:40 +00:00
parent ef66988296
commit 12da1957e1

View file

@ -2,12 +2,12 @@
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/codesandbox/devcontainer-features/codesandbox:latest": {},
"ghcr.io/progamesigner/devcontainers/features/deno:latest": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"nonFreePackages": true,
"upgradePackages": true
}
},
"postStartCommand": "curl -fsSL https://deno.land/x/install/install.sh | sh",
"customizations": {
"vscode": {
"extensions": [