Add github-cli and docker-outside-of-docker to devcontainer

This commit is contained in:
Frédéric Guillot 2023-11-02 14:31:54 +00:00
parent d8c82829c4
commit 305d5ad7b6
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
"forwardPorts": [
8080
],
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"customizations": {
"vscode": {
"settings": {