Files
opentf/.devcontainer.json
2026-02-03 07:28:18 -05:00

15 lines
275 B
JSON

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