{ "version": "0.0.1", "configurations": [ { "name": "app", "runtimeExecutable": "python3", "runtimeArgs": ["-m", "http.server", "8765", "--bind", "127.0.0.1", "--directory", "app"], "port": 8765 } ] }