Update .devcontainer

This commit is contained in:
Bas Nijholt 2025-01-01 15:12:08 -08:00
commit b4078b72db
4 changed files with 23 additions and 21 deletions

View file

@ -1,7 +1,7 @@
{
"name": "basnijholt/adaptive_lighting",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.12",
"postCreateCommand": "scripts/setup-devcontainer",
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
"postCreateCommand": "./scripts/setup-devcontainer && source .venv/bin/activate",
"forwardPorts": [
8123
],
@ -36,7 +36,5 @@
}
},
"remoteUser": "vscode",
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
"features": {}
}