Add github-cli and docker-outside-of-docker to devcontainer
This commit is contained in:
parent
d8c82829c4
commit
305d5ad7b6
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
8080
|
8080
|
||||||
],
|
],
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||||
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
|
||||||
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
Loading…
Reference in a new issue