Skip to content

Commit 25b40b2

Browse files
Fixed Json
1 parent 3885aef commit 25b40b2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.vscode/launch.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"name": "Debug CodeFlare Operator",
6-
"type": "go",
7-
"request": "launch",
8-
"mode": "auto",
9-
"program": "${workspaceFolder}/main.go",
10-
"env": {
11-
"KUBECONFIG": "</path/to/your/kube/config>",
12-
"NAMESPACE": "<namespace>",
13-
},
14-
"showLog": true
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Debug CodeFlare Operator",
6+
"type": "go",
7+
"request": "launch",
8+
"mode": "auto",
9+
"program": "${workspaceFolder}/main.go",
10+
"env": {
11+
"KUBECONFIG": "</path/to/your/kube/config>",
12+
"NAMESPACE": "<namespace>"
1513
},
16-
]
17-
}
14+
"showLog": true
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)