Files
Nex/launch.json
T
2025-01-30 13:58:23 +05:30

13 lines
238 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Kavithai",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/Kavithai.py",
"console": "integratedTerminal"
}
]
}