Add the --sandbox argument to the default run config

This commit is contained in:
Eryn Wells 2023-02-12 14:29:11 -08:00
parent 2851ce36a0
commit 253db06683

3
.vscode/launch.json vendored
View file

@ -9,6 +9,9 @@
"type": "python",
"request": "launch",
"module": "erynrl",
"args": [
"--sandbox"
],
"justMyCode": true
}
]