{ "version": "0.0.1", "configurations": [ { "name": "godstrument", "runtimeExecutable": "/Users/m3ultra/Documents/godstrument/.venv/bin/python", "runtimeArgs": ["run.py", "--no-browser", "--profile", "warp", "--city", "melbourne", "--dealgod"], "port": 8088 }, { "name": "godstrument-local", "runtimeExecutable": ".venv/bin/python", "runtimeArgs": ["run.py", "--no-browser", "--profile", "minimal"], "port": 8088 }, { "name": "godstrument-local-ro", "runtimeExecutable": "sh", "runtimeArgs": ["-c", "GODSTRUMENT_READONLY=1 .venv/bin/python run.py --no-browser --profile minimal"], "port": 8088 }, { "name": "viz-static", "runtimeExecutable": "python3", "runtimeArgs": ["-m", "http.server", "8899", "--directory", "viz"], "port": 8899 } ] }