file-receive-backend/.vscode/launch.json

6 lines
186 B
JSON

{
"version": "0.2.0",
"configurations": [
{"name":"main","type":"python","request":"launch","program":"main.py","console":"integratedTerminal","justMyCode":true},
]
}