Skip to content

Commit c37e48c

Browse files
committed
added debug config
1 parent 968916b commit c37e48c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"name": "Python Debugger: container-structure-test",
10+
"type": "debugpy",
11+
"request": "launch",
12+
"program": "middleware/main.py",
13+
"console": "integratedTerminal",
14+
"args": ["-c", "test/container-structure-test/image_test_config.yml", "--no-git"]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)