Add debug script
This commit is contained in:
parent
18ba623fd8
commit
0156752686
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "pyzebra",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/pyzebra/cli.py",
|
||||
"console": "internalConsole",
|
||||
"env": {},
|
||||
},
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user