Skip to content

Commit

Permalink
chore: Add devcontainer setup for codespaces.
Browse files Browse the repository at this point in the history
These commands run when starting a new codespaces VM.
  • Loading branch information
iphydf committed Aug 30, 2023
1 parent 620e07e commit 6133fb1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 6133fb1

Please sign in to comment.