mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Update .devcontainer
This commit is contained in:
parent
7c422f6a3a
commit
b4078b72db
4 changed files with 23 additions and 21 deletions
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue