16 lines
233 B
JSON
16 lines
233 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "shades3d",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": [
|
|
"server.py",
|
|
"--port",
|
|
"8815"
|
|
],
|
|
"port": 8815
|
|
}
|
|
]
|
|
}
|