{ "version": "0.0.1", "configurations": [ { "name": "web", "runtimeExecutable": "python3", "runtimeArgs": ["-m", "http.server", "8125", "--directory", "web"], "port": 8125 } ] }