Files
QingLong/AI/Game/Demo/AirCraft/.arts/launch.json
2025-08-15 09:13:13 +08:00

15 lines
364 B
JSON

{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"currentFileConfiguration": true,
"console": "internalConsole",
"justMyCode": true,
"addSourceRootsToPythonpath": true,
},
]
}