diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d1e8ce3..c1207ae 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": { "vscode": { "extensions": [ "mhutchie.git-graph", "esbenp.prettier-vscode", - "bradlc.vscode-tailwindcss", "tamasfe.even-better-toml", - "budparr.language-hugo-vscode", - "pkief.material-icon-theme" + "budparr.language-hugo-vscode" ] } },