Files
aiData/.vscode/launch.json

13 lines
304 B
JSON
Raw Permalink Normal View History

2026-02-27 14:57:13 +08:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Run wxChat",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/Start.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}