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