| 123456789101112131415 |
- {
- "name": "OpenHands Codespaces",
- "image": "mcr.microsoft.com/devcontainers/universal",
- "customizations":{
- "vscode":{
- "extensions": [
- "ms-python.python"
- ]
- }
- },
- "onCreateCommand": "sh ./.devcontainer/on_create.sh",
- "postCreateCommand": "make build",
- "postStartCommand": "USE_HOST_NETWORK=True nohup bash -c 'make run &'"
- }
|