usergen/.devcontainer/devcontainer.json
2024-02-15 18:55:37 +00:00

13 lines
337 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/go",
"customizations": {
"vscode": {
"extensions": [
"golang.go"
]
}
},
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cache",
]
}