From aaddc45c669642371b9c783dfb7c86d23332c23f Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Wed, 22 Nov 2023 19:17:54 +0100 Subject: [PATCH] launch updated --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 415517c..af7d184 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -21,5 +21,13 @@ "console": "integratedTerminal", "justMyCode": false }, + { + "name": "panel", + "type": "python", + "request": "launch", + "program": "~/source/tesi/qcpanel/run.py", + "console": "integratedTerminal", + "justMyCode": true + }, ] } \ No newline at end of file