diff --git a/.vscode/launch.json b/.vscode/launch.json index 7d612ae..8f9589a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,6 +9,9 @@ "type": "python", "request": "launch", "module": "erynrl", + "args": [ + "--sandbox" + ], "justMyCode": true } ]