This commit is contained in:
david rice
2026-04-15 12:31:17 +01:00
parent cfb9e256b9
commit d93288c906
3 changed files with 182 additions and 42 deletions

13
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Run nexarxclaude",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/nexarxclaude.py",
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env"
}
]
}