Add the --sandbox argument to the default run config
This commit is contained in:
parent
2851ce36a0
commit
253db06683
1 changed files with 3 additions and 0 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -9,6 +9,9 @@
|
|||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "erynrl",
|
||||
"args": [
|
||||
"--sandbox"
|
||||
],
|
||||
"justMyCode": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue