diff --git a/.vscode/launch.json b/.vscode/launch.json index 56d1418b3..9c19c47c2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,17 @@ // Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Run examples GUI", + "type": "debugpy", + "request": "launch", + "module": "bioptim.examples", + "justMyCode": true, + "env": { + "PYTHONPATH": "${workspaceFolder}" + }, + "cwd": "${fileDirname}" + }, { "name": "Python : fichier actif", "type": "debugpy",