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