FInd a properly working Deno feature for devcontainer

This commit is contained in:
Ayase Minori 2023-09-11 03:12:17 +00:00 committed by GitHub
parent ef66988296
commit dbd5ed4382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,17 @@
"ghcr.io/devcontainers/features/common-utils:2": {
"nonFreePackages": true,
"upgradePackages": true
},
"ghcr.io/nmemoto/devcontainer-features/deno:1": {
"version": "latest"
}
},
"postStartCommand": "curl -fsSL https://deno.land/x/install/install.sh | sh",
"customizations": {
"vscode": {
"extensions": [
"sastan.twind-intellisense",
"denoland.vscode-deno"
]
}
}
"customizations": {
"vscode": {
"extensions": [
"sastan.twind-intellisense",
"denoland.vscode-deno"
]
}
}
}