forked from drowl87/hextra_mirror
chore: use universal image in devcontainer.json
This commit is contained in:
parent
81e9f289f9
commit
241167e0ef
@ -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"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user