{ "version": "0.0.1", "configurations": [ { "name": "shades3d", "runtimeExecutable": "python3", "runtimeArgs": [ "server.py", "--port", "8809" ], "port": 8809 }, { "name": "shades-proto", "runtimeExecutable": "python3", "runtimeArgs": [ "-m", "http.server", "8642", "--directory", "prototype" ], "port": 8642 } ] }