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