Skip to content

Commit

Permalink
Fixed Json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Oct 24, 2023
1 parent 3b60a93 commit c620626
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug CodeFlare Operator",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"env": {
"KUBECONFIG": "</path/to/your/kube/config>",
"NAMESPACE": "<namespace>",
},
"showLog": true
"version": "0.2.0",
"configurations": [
{
"name": "Debug CodeFlare Operator",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"env": {
"KUBECONFIG": "</path/to/your/kube/config>",
"NAMESPACE": "<namespace>"
},
]
}
"showLog": true
}
]
}

0 comments on commit c620626

Please sign in to comment.