chore(.vscode/launch.json): use shell instead of debugpy for running flask #5
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@@ -3,17 +3,9 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Launch Flask",
|
"name": "Launch Flask",
|
||||||
"type": "debugpy",
|
"type": "node-terminal",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "flask",
|
"command": "flask --app src/judas_server/web/web_server.py run --host=0.0.0.0"
|
||||||
"env": {
|
|
||||||
"FLASK_APP": "judas_server/web/web_server.py"
|
|
||||||
},
|
|
||||||
"args": [
|
|
||||||
"run",
|
|
||||||
"--host",
|
|
||||||
"0.0.0.0"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user