From 8418d82da42559d8139db4bfe5178c42061cddcb Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 22 Jun 2026 22:40:51 +0200 Subject: [PATCH] bump debug ref --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 17186b6d37..6405c43bd5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -47,7 +47,7 @@ "name": "InvenTree invoke schema", "type": "debugpy", "request": "launch", - "program": "${workspaceFolder}/.venv/lib/python3.11/site-packages/invoke/__main__.py", + "program": "${workspaceFolder}/.venv/lib/python3.12/site-packages/invoke/__main__.py", "cwd": "${workspaceFolder}", "args": [ "dev.schema","--ignore-warnings"