24 lines
478 B
JSON
24 lines
478 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/go:latest",
|
|
"forwardPorts": [
|
|
3300
|
|
],
|
|
"portsAttributes": {
|
|
"3300": {
|
|
"label": "Application",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.go"
|
|
]
|
|
}
|
|
},
|
|
"runArgs": [
|
|
"--cap-add=SYS_PTRACE",
|
|
"--security-opt",
|
|
"seccomp=unconfined"
|
|
]
|
|
} |