diff --git a/.vscode/launch.json b/.vscode/launch.json index 729b233..aa790ea 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,7 @@ "program": "${workspaceFolder}/pyzebra/app/cli.py", "console": "internalConsole", "env": {}, + "justMyCode": false, }, ] }