chore: use universal image in devcontainer.json

This commit is contained in:
Xin 2023-08-16 20:49:59 +01:00
parent 81e9f289f9
commit 241167e0ef

View File

@ -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"
]
}
},