diff --git a/.vscode/launch.json b/.vscode/launch.json index af7d184..5d06711 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,23 +9,15 @@ "name": "main", "type": "python", "request": "launch", - "program": "~/source/tesi/quacc/main.py", + "program": "~/tesi/quacc/main.py", "console": "integratedTerminal", "justMyCode": true }, - { - "name": "main_test", - "type": "python", - "request": "launch", - "program": "C:\\Users\\Lorenzo Volpi\\source\\tesi\\quacc\\main_test.py", - "console": "integratedTerminal", - "justMyCode": false - }, { "name": "panel", "type": "python", "request": "launch", - "program": "~/source/tesi/qcpanel/run.py", + "program": "~/tesi/qcpanel/run.py", "console": "integratedTerminal", "justMyCode": true }, diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..78c16ca --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "terminal.integrated.profiles.linux": { + "volpi@ilona": { + "path": "fish", + "args": ["-c", "ssh volpi@ilona.isti.cnr.it",], + "overrideName": true, + }, + } +} \ No newline at end of file