toxcore/.devcontainer/devcontainer.json
iphydf 6133fb1531
chore: Add devcontainer setup for codespaces.
These commands run when starting a new codespaces VM.
2023-08-30 09:51:14 +00:00

12 lines
332 B
JSON

{
"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"
}
}
}