mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/go:1",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/hugo:1": {
|
|
"extended": true,
|
|
"version": "0.154.5"
|
|
},
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"mhutchie.git-graph",
|
|
"esbenp.prettier-vscode",
|
|
"tamasfe.even-better-toml",
|
|
"budparr.language-hugo-vscode",
|
|
"rooveterinaryinc.roo-cline"
|
|
]
|
|
}
|
|
},
|
|
"forwardPorts": [
|
|
1313
|
|
],
|
|
"mounts": [
|
|
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
|
|
]
|
|
} |