We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3885aef commit 25b40b2Copy full SHA for 25b40b2
.vscode/launch.json
@@ -1,17 +1,17 @@
1
{
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
+ "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>"
15
},
16
- ]
17
- }
+ "showLog": true
+ }
+ ]
+}
0 commit comments