From 292fa852f9d119f44c8ede0ec0d22ae647fb4d67 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 18 Feb 2023 10:40:36 -0800 Subject: [PATCH] Add non-Sandbox launch target --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index a588f9e..40b6cd8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",