diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e0be4a..d1e8ce3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,12 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/go:1", - "features": { - "ghcr.io/devcontainers/features/hugo:1": { - "extended": true, - "version": "0.116.1" - }, - "ghcr.io/devcontainers/features/node:1": {} - }, + "image": "mcr.microsoft.com/vscode/devcontainers/universal:linux", "customizations": { "vscode": { "extensions": [ @@ -14,7 +7,8 @@ "esbenp.prettier-vscode", "bradlc.vscode-tailwindcss", "tamasfe.even-better-toml", - "budparr.language-hugo-vscode" + "budparr.language-hugo-vscode", + "pkief.material-icon-theme" ] } },