github.com/grafana/pyroscope@v1.18.0/.devcontainer/devcontainer.json (about) 1 { 2 "name": "Go", 3 "image": "mcr.microsoft.com/devcontainers/go:1-1-bookworm", 4 "features": { 5 "ghcr.io/devcontainers/features/node:1": {} 6 }, 7 "customizations": { 8 "vscode": { 9 "extensions": [ 10 "golang.go", 11 "esbenp.prettier-vscode" 12 ] 13 } 14 }, 15 "appPort": [ 16 "4040:4040" 17 ] 18 }