hextra/.devcontainer/devcontainer.json
Xin b225cfde69 chore: add python to devcontainer.json
Revert "chore: use universal image in devcontainer.json"
This reverts commit 241167e0efbf60909b68e6bf33de0d9d19e144fc.
2023-08-16 21:42:39 +01:00

24 lines
561 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/go:1",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true,
"version": "0.116.1"
},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/node:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"mhutchie.git-graph",
"esbenp.prettier-vscode",
"tamasfe.even-better-toml",
"budparr.language-hugo-vscode"
]
}
},
"postCreateCommand": "npm install",
"forwardPorts": [1313]
}