Skip to content

Commit 2e9b7f8

Browse files
dsy3502zhangjing57
authored andcommitted
add k8s api
1 parent 5f103a6 commit 2e9b7f8

23 files changed

+4119
-18
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"type": "debugpy",
1010
"request": "launch",
1111
"program": "${file}",
12-
"console": "integratedTerminal"
12+
"console": "integratedTerminal",
13+
"justMyCode": false,
1314
}
1415
]
1516
}

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"./dingo_command",
1111
"-p",
1212
"test_*.py"
13-
]
13+
],
14+
"workbench.editor.enablePreview": false
1415
}

0 commit comments

Comments
 (0)