{ "version": "0.0.1", "configurations": [ { "name": "guts", "runtimeExecutable": "python3", "runtimeArgs": ["-m", "http.server", "8140", "--directory", "web"], "port": 8140 }, { "name": "guts-f", "runtimeExecutable": "python3", "runtimeArgs": ["-m", "http.server", "8141", "--directory", "web"], "port": 8141 }, { "name": "guts-a", "runtimeExecutable": "python3", "runtimeArgs": ["-m", "http.server", "8145", "--directory", "web"], "port": 8145 } ] }