Skip to content

Commit 6133fb1

Browse files
committed
chore: Add devcontainer setup for codespaces.
These commands run when starting a new codespaces VM.
1 parent 620e07e commit 6133fb1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers-contrib/features/bash-command:1": {
5+
"command": "git submodule update --init --recursive"
6+
},
7+
"ghcr.io/devcontainers-contrib/features/apt-packages:1": {
8+
"packages": "libconfig-dev,libopus-dev,libvpx-dev,ninja-build"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)