Skip to content

Commit

Permalink
add devcontainer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiEven committed Nov 7, 2023
1 parent 5a9d49c commit a3591dd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/go
{
"name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:1-1.21-bullseye",
"customizations": {
"vscode": {
"extensions": [
"github.vscode-github-actions"
]
}
},
"features": {
"ghcr.io/devcontainers-contrib/features/apt-get-packages": {
"packages": "libgl1-mesa-dev,xorg-dev,libasound2-dev,zip"
}
}
}

0 comments on commit a3591dd

Please sign in to comment.