mirror of
https://github.com/0x5t4l1n/Nex.git
synced 2026-05-26 11:35:53 +00:00
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Kavithai",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/Kavithai.py",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
}
|