Spaces:
Running
Running
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug", | |
"type": "python", | |
"request": "launch", | |
"python": "${workspaceFolder}/frozen_lake_env/bin/python3.10", | |
"program": "${workspaceFolder}/main.py", | |
"envFile": "${workspaceFolder}/.env", | |
"console": "integratedTerminal", | |
"justMyCode": false | |
} | |
] | |
} |