wd-smebiz/.vscode/launch.json

6 lines
186 B
JSON
Raw Permalink Normal View History

2023-09-18 16:09:14 +08:00
{
"version": "0.2.0",
"configurations": [
{"name":"main","type":"python","request":"launch","program":"main.py","console":"integratedTerminal","justMyCode":true},
]
}