{ "version": "0.0.1", "configurations": [ { "name": "Desktop App", "runtimeExecutable": "python", "runtimeArgs": ["scripts/launch.py", "run_desktop_app"], "port": 5050 }, { "name": "Desktop App (Voice Debug)", "runtimeExecutable": "python", "runtimeArgs": ["scripts/launch.py", "run_desktop_app", "--voice-debug"], "port": 5050 }, { "name": "Evals", "runtimeExecutable": "python", "runtimeArgs": ["scripts/launch.py", "run_evals"], "port": null }, { "name": "Build Installer", "runtimeExecutable": "python", "runtimeArgs": ["scripts/launch.py", "build_installer"], "port": null } ] }