diff options
author | 2023-11-02 14:31:54 +0000 | |
---|---|---|
committer | 2023-11-02 14:31:54 +0000 | |
commit | 305d5ad7b6b315c17d5124ea4b5c735cc2220574 (patch) | |
tree | 6f98dae79157819473721dd13aacf9fdcdaf644e | |
parent | d8c82829c44bd576144dd825b1d7373b1ee8fb88 (diff) | |
download | v2-305d5ad7b6b315c17d5124ea4b5c735cc2220574.tar.gz v2-305d5ad7b6b315c17d5124ea4b5c735cc2220574.tar.zst v2-305d5ad7b6b315c17d5124ea4b5c735cc2220574.zip |
Add github-cli and docker-outside-of-docker to devcontainer
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/devcontainer.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9a8e6113..faea4822 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": { |