{ "configurations": [ { "name": "Run/Debug on Kubernetes", "type": "cloudcode.kubernetes", "request": "launch", "skaffoldConfig": "${workspaceFolder}/skaffold.yaml", "watch": true, "cleanUp": true, "portForward": true, "imageRegistry": "gcr.io/gobuch-72abe/google-cloud-sample" } ] }