1
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-01-18 18:41:49 +00:00
Pumpkin-Website/.devcontainer/devcontainer.json
とぴ。(おーけ d19bec3d79 added devcontainer config (#4)
* added devcontainer config

* rename
2025-01-05 10:36:33 +01:00

19 lines
425 B
JSON

{
"name": "Pumpkin-Website",
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,readonly,type=bind"
],
"customizations": {
"vscode": {
"extensions": [
"eamodio.gitlens"
]
}
}
}