chore: add debugger launch script
This commit is contained in:
parent
9106f356aa
commit
03c0643ae7
1 changed files with 18 additions and 0 deletions
18
.vscode/launch.json
vendored
Normal file
18
.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"name": "Run eolas-db",
|
||||
"program": "${workspaceFolder}/src/app.py",
|
||||
"args": [
|
||||
"--source",
|
||||
"/home/thomas/repos/eolas/zk",
|
||||
"--target",
|
||||
"/home/thomas/repos/eolas-db/db"
|
||||
],
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue