gobuch/cloud-provider/google-cloud-sample/.vscode/launch.json

14 lines
403 B
JSON
Raw Normal View History

2020-08-21 04:26:40 +00:00
{
"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"
}
]
}