mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Add devcontainer setup for codespaces.
These commands run when starting a new codespaces VM.
This commit is contained in:
parent
620e07ecd9
commit
6133fb1531
11
.devcontainer/devcontainer.json
Normal file
11
.devcontainer/devcontainer.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user