Change the name of the Sandbox scheme to indicate it's the Sandbox scheme

This commit is contained in:
Eryn Wells 2023-02-15 08:26:01 -08:00
parent 4050ac5c6f
commit e377b3d7b6

2
.vscode/launch.json vendored
View file

@ -5,7 +5,7 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "ErynRL", "name": "ErynRL (Sandbox)",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"module": "erynrl", "module": "erynrl",