{ "version": "0.2.0", "configurations": [ { "name": "Play in Redot", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "/Applications/Redot-4.4.app/Contents/MacOS/Redot", "args": ["--path", "${workspaceFolder}/gobbos_delivery"], "cwd": "${workspaceFolder}", "stopAtEntry": false, "console": "internalConsole" } ] }