14 lines
337 B
JSON
14 lines
337 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Run nexarxclaude",
|
||
|
|
"type": "debugpy",
|
||
|
|
"request": "launch",
|
||
|
|
"program": "${workspaceFolder}/nexarxclaude.py",
|
||
|
|
"console": "integratedTerminal",
|
||
|
|
"envFile": "${workspaceFolder}/.env"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|