mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-22 15:13:29 -06:00
841878a6dd
Signed-off-by: hrboyceiii <hrboyceiii@users.noreply.github.com>
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"name": "Go",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1-1.21-bullseye",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.Go"
|
|
]
|
|
}
|
|
},
|
|
"postStartCommand": {
|
|
"safe-dir": "git config --global --add safe.directory ${containerWorkspaceFolder}"
|
|
}
|
|
}
|