Selftest on merged main: 121 pass / 0 skip / 0 fail. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
28 lines
461 B
JSON
28 lines
461 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|