| 1 | { |
| 2 | "name": "Pixelle-Video Codespace", |
| 3 | "image": "mcr.microsoft.com/devcontainers/python:1-3.11", |
| 4 | "forwardPorts": [8501], |
| 5 | "postCreateCommand": ".devcontainer/postCreate.sh", |
| 6 | "postStartCommand": ".devcontainer/postStart.sh", |
| 7 | "remoteUser": "vscode" |
| 8 | } |
| 9 |