From e377b3d7b61ac002b5d720b98ea964b94d68ae5b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 15 Feb 2023 08:26:01 -0800 Subject: [PATCH] Change the name of the Sandbox scheme to indicate it's the Sandbox scheme --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8f9589a..a588f9e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "ErynRL", + "name": "ErynRL (Sandbox)", "type": "python", "request": "launch", "module": "erynrl",