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

6 lines
186 B
JSON
Raw Permalink Normal View History

2023-12-06 11:34:07 +08:00
{
"version": "0.2.0",
"configurations": [
{"name":"main","type":"python","request":"launch","program":"main.py","console":"integratedTerminal","justMyCode":true},
]
}