chore: add python to devcontainer.json

Revert "chore: use universal image in devcontainer.json"
This reverts commit 241167e0efbf60909b68e6bf33de0d9d19e144fc.
This commit is contained in:
Xin 2023-08-16 21:39:03 +01:00
parent 241167e0ef
commit b225cfde69

View File

@ -1,14 +1,20 @@
{ {
"image": "mcr.microsoft.com/vscode/devcontainers/universal:linux", "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": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"mhutchie.git-graph", "mhutchie.git-graph",
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"tamasfe.even-better-toml", "tamasfe.even-better-toml",
"budparr.language-hugo-vscode", "budparr.language-hugo-vscode"
"pkief.material-icon-theme"
] ]
} }
}, },