From 6326c9574875619a9611af3cb5cc64a09576b5d1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jul 2023 14:38:04 -0500 Subject: [PATCH] added git feature to dev container --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6a31623..a278aec 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,6 +20,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { + "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {} },