From 253db0668301469197e32d2be20b49b6b71ba442 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 12 Feb 2023 14:29:11 -0800 Subject: [PATCH] Add the --sandbox argument to the default run config --- .vscode/launch.json | 3 +++ 1 file changed, 3 insertions(+) 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 } ]