gobuch/cloud-provider/google-cloud-sample/.vscode/launch.json
2020-08-21 06:26:40 +02:00

14 lines
403 B
JSON

{
"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"
}
]
}