From 5486a1b0550702452d87de7aaf642f9392477070 Mon Sep 17 00:00:00 2001 From: david rice Date: Wed, 15 Apr 2026 16:01:02 +0100 Subject: [PATCH] Commit --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 3c4fb59..e78452c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "name": "Run nexarxclaude", "type": "debugpy", "request": "launch", + "python": "/usr/bin/python3", "program": "${workspaceFolder}/nexarxclaude.py", "console": "integratedTerminal", "envFile": "${workspaceFolder}/.env"