Files
QingLong/AI/Game/Demo/AirCraft/.arts/launch.json

15 lines
364 B
JSON
Raw Permalink Normal View History

2025-08-15 09:13:13 +08:00
{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"currentFileConfiguration": true,
"console": "internalConsole",
"justMyCode": true,
"addSourceRootsToPythonpath": true,
},
]
}