github.com/netdata/go.d.plugin@v0.58.1/.devcontainer/devcontainer.json (about) 1 { 2 "image": "netdata/devenv", 3 "forwardPorts": [ 4 19999 5 ], 6 "customizations": { 7 "vscode": { 8 "extensions": [ 9 "golang.go", 10 "exiasr.hadolint", 11 "timonwong.shellcheck", 12 "redhat.vscode-yaml" 13 ] 14 } 15 } 16 }