Add non-Sandbox launch target

This commit is contained in:
Eryn Wells 2023-02-18 10:40:36 -08:00
parent d5e8891545
commit 292fa852f9

8
.vscode/launch.json vendored
View file

@ -4,6 +4,14 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ErynRL",
"type": "python",
"request": "launch",
"module": "erynrl",
"args": [],
"justMyCode": true
},
{
"name": "ErynRL (Sandbox)",
"type": "python",