0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-11-24 02:26:18 +00:00
Pumpkin/.devcontainer/devcontainer.json
2024-10-16 01:45:57 -05:00

22 lines
473 B
JSON

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