13 lines
337 B
JSON
13 lines
337 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/go",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.go"
|
|
]
|
|
}
|
|
},
|
|
"mounts": [
|
|
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cache",
|
|
]
|
|
} |