mirror of
https://github.com/Pumpkin-MC/Pumpkin-Website.git
synced 2025-01-18 18:41:49 +00:00
d19bec3d79
* added devcontainer config * rename
19 lines
425 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|