mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
15 lines
277 B
JSON
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}"
|
|
}
|
|
}
|