opentofu/.devcontainer.json
2023-09-12 13:46:48 +03:00

15 lines
277 B
JSON

{
"name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:1-1.20-bullseye",
"customizations": {
"vscode": {
"extensions": [
"golang.Go"
]
}
},
"postStartCommand": {
"safe-dir": "git config --global --add safe.directory ${containerWorkspaceFolder}"
}
}