9 lines
258 B
JSON
9 lines
258 B
JSON
{
|
|
"name": "Pixelle-Video Codespace",
|
|
"image": "mcr.microsoft.com/devcontainers/python:1-3.11",
|
|
"forwardPorts": [8501],
|
|
"postCreateCommand": ".devcontainer/postCreate.sh",
|
|
"postStartCommand": ".devcontainer/postStart.sh",
|
|
"remoteUser": "vscode"
|
|
}
|