chore: Add devcontainer setup for codespaces.

These commands run when starting a new codespaces VM.
This commit is contained in:
iphydf 2023-08-29 13:09:58 +00:00
parent 620e07ecd9
commit 6133fb1531
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -0,0 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/bash-command:1": {
"command": "git submodule update --init --recursive"
},
"ghcr.io/devcontainers-contrib/features/apt-packages:1": {
"packages": "libconfig-dev,libopus-dev,libvpx-dev,ninja-build"
}
}
}