mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
chore: add devcontainer configuration (#371)
This commit is contained in:
parent
3a029c123e
commit
e947fb2bbc
14
.devcontainer.json
Normal file
14
.devcontainer.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"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}"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user